crispedge.com

Color picker

Loading...

#daea7f hex color - Green - Warm color - Information

#daea7f hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #daea7f Color code in RGB color code model is created after adding 85.49% red color, 91.76% green color and 49.8% blue color. Hex #daea7f Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 0% magenta, 46% yellow and 8% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedaea7f#daea7f
RGB Decimal218, 234, 127rgb(218, 234, 127)
RGB Percent85%, 92%, 50%rgb(85%, 92%, 50%)
CSS RGBa218, 234, 127,1rgba(218,234,127,1)
CMYK Modelcmyk(7%,0%,46%,8%)
HSL Color Space69,72% ,71%hsl(69,72% ,71%)
HSV Color Space69°, 46%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110101110101001111111
Octal332352177
Decimal218234127
Hexdaea7f

Different shades of #daea7f color code.

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

Light Shade of #daea7f
#e7f1ab
Dark Shade of #daea7f
#cde353
Saturated Shade of #daea7f
#dff178
Desaturated Shade of #daea7f
#d5e386
Grey scale Shade of #daea7f
#b4b4b4
Brighten Shade
#f3ff98
Most Readable Shade
#000000

Shades of #daea7f color code

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

#daea7f
#c1d070
#a9b662
#919c54
#798246
#606838
#484e2a
#30341c
#181a0e
#000000

Similar Color like #daea7f color

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

#dbeb80
#dcec81
#dded82
#deee83
#dfef84
#e0f085
#e1f186
#e2f287
#e3f388
#e4f489
#e5f58a
#e6f68b
#e7f78c
#e8f88d
#d9e97e
#d8e87d
#d7e77c
#d6e67b
#d5e57a
#d4e479
#d3e378
#d2e277
#d1e176
#d0e075
#cfdf74
#cede73
#cddd72
#ccdc71

Monochromatic Color with #daea7f

#daea7f
#14150c
#3c4023
#636a3a
#8b9551
#b2bf68

Tints of #daea7f Color

#daea7f
#deec8d
#e2ee9b
#e6f1a9
#eaf3b7
#eef5c6
#f2f8d4
#f6fae2
#fafcf0
#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

#daea7f
#8f7fea

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

Split Complementary

#daea7f
#7fa5ea
#c57fea

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

Analogous Color

#eacf7f
#eae57f
#daea7f
#c5ea7f
#afea7f

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

#daea7f
#7fdaea
#ea7fda

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

#daea7f
#7feac4
#8f7fea
#ea7fa4

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

#daea7f
#8f7fea
#c57fea
#a4ea7f

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 #daea7f 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.

#daea7f Color Code Preview on Black Background Color

This is how #daea7f Color will look on black background color. Color contrast ratio is 16.06

#daea7f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daea7f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daea7f

#daea7f color code is use for CSS Background Color

Background color for the above div is #daea7f

HTML with inline CSS

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

#daea7f color code is use for CSS Border Color

CSS Border color for the above div is #daea7f

HTML with inline CSS

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

CSS Border Left color for the above div is #daea7f

HTML with inline CSS

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

CSS Border Right color for the above div is #daea7f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #daea7f

HTML with inline CSS

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

CSS Border Top color for the above div is #daea7f

HTML with inline CSS

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

#daea7f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#daea7f Color code Preview on White Background

This is how #daea7f Color code will look on white background color. Color contrast ratio is 1.31

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 #daea7f; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #daea7f; }

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,234,127,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(143,127,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,234,127,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.