@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#daf474 hex color - Green - Warm color - Information

#daf474 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #daf474 Color code in RGB color code model is created after adding 85.49% red color, 95.69% green color and 45.49% blue color. Hex #daf474 Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 0% magenta, 52% yellow and 4.31% black.

Hex #daf474 color code is between #ddee77 web safe hex color code and #ccff66 web safe hex color code. #ddee77 is the nearest web safe color code. You can see here many more shades of #daf474 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code daf474 #daf474
RGB Decimal 218, 244, 116 rgb(218, 244, 116)
RGB Percent 85%, 96%, 45% rgb(85%, 96%, 45%)
CSS RGBa 218, 244, 116,1 rgba(218,244,116,1)
CMYK Model cmyk(11%,0%,52%,4.31%)
HSL Color Space 72,85% ,71% hsl(72,85% ,71%)
HSV Color Space 72°, 52%, 96%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011010 11110100 01110100
Octal 332 364 164
Decimal 218 244 116
Hex da f4 74

Different shades of #daf474 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #daf474
#e7f8a3
Dark Shade of #daf474
#cdf045
Saturated Shade of #daf474
#defb6c
Desaturated Shade of #daf474
#d6ec7b
Grey scale Shade of #daf474
#b4b4b4
Brighten Shade
#f3ff8d
Most Readable Shade
#000000

Shades of #daf474 color code

Generate more color scales with scales (color stack) generator.

#daf474
#c1d867
#a9bd5a
#91a24d
#798740
#606c33
#485126
#303619
#181b0c
#000000

Similar Color like #daf474 color

Find visually similar hex color codes nearing to #daf474 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#dbf575
#dcf676
#ddf777
#def878
#dff979
#e0fa7a
#e1fb7b
#e2fc7c
#e3fd7d
#e4fe7e
#e5ff7f
#e6ff80
#e7ff81
#e8ff82
#d9f373
#d8f272
#d7f171
#d6f070
#d5ef6f
#d4ee6e
#d3ed6d
#d2ec6c
#d1eb6b
#d0ea6a
#cfe969
#cee868
#cde767
#cce666

Monochromatic Color with #daf474

#daf474
#1c1f0f
#424a23
#687437
#8e9f4c
#b4c960

Tints of #daf474 Color

#daf474
#def583
#e2f692
#e6f7a2
#eaf8b1
#eefac1
#f2fbd0
#f6fce0
#fafdef
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#daf474
#8e74f4

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#daf474
#749af4
#ce74f4

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#f4db74
#f4f474
#daf474
#c0f474
#a7f474

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#daf474
#74daf4
#f474da

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#daf474
#74f4ce
#8e74f4
#f4749a

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#daf474
#8e74f4
#ce74f4
#9af474

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #daf474 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#daf474 Color Code Preview on Black Background Color

This is how #daf474 Color will look on black background color. Color contrast ratio is 17.17

#daf474 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#daf474">Your Example Paragraph content text in with font color #daf474 </p>

Your Example Paragraph content text in with font color #daf474

HTML with inline CSS

<div style="color:#daf474">Your Paragraph text in with font color #daf474 </div>

Your Example Paragraph content text in with font color #daf474

#daf474 color code is use for CSS Background Color

Background color for the above div is #daf474

HTML with inline CSS

<div style="background-color:#daf474;"></div>

#daf474 color code is use for CSS Border Color

CSS Border color for the above div is #daf474

HTML with inline CSS

<div style="border:5px solid #daf474;"></div>

CSS Border Left color for the above div is #daf474

HTML with inline CSS

<div style="border-left:5px solid #daf474;"></div>

CSS Border Right color for the above div is #daf474

HTML with inline CSS

<div style="border-right:5px solid #daf474;"></div>

CSS Border Bottom color for the above div is #daf474

HTML with inline CSS

<div style="border-bottom:5px solid #daf474;"></div>

CSS Border Top color for the above div is #daf474

HTML with inline CSS

<div style="border-top:5px solid #daf474;"></div>

#daf474 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#daf474; } .examplecolorclass {color:#daf474; } .examplebordercolor {border:3px solid #daf474; }

#daf474 Color code Preview on White Background

This is how #daf474 Color code will look on white background color. Color contrast ratio is 1.22

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #daf474; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #daf474; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(218,244,116,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(142,116,244,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,244,116,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.