@
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.

#dae993 hex color - Green - Warm color - Information

#dae993 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #dae993 Color code in RGB color code model is created after adding 85.49% red color, 91.37% green color and 57.65% blue color. Hex #dae993 Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 0% magenta, 37% yellow and 8.63% black.

Hex #dae993 color code is between #ddee99 web safe hex color code and #ccdd88 web safe hex color code. #ddee99 is the nearest web safe color code. You can see here many more shades of #dae993 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 dae993 #dae993
RGB Decimal 218, 233, 147 rgb(218, 233, 147)
RGB Percent 85%, 91%, 58% rgb(85%, 91%, 58%)
CSS RGBa 218, 233, 147,1 rgba(218,233,147,1)
CMYK Model cmyk(6%,0%,37%,8.63%)
HSL Color Space 70,66% ,75% hsl(70,66% ,75%)
HSV Color Space 70°, 37%, 91%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011010 11101001 10010011
Octal 332 351 223
Decimal 218 233 147
Hex da e9 93

Different shades of #dae993 color code.

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

Light Shade of #dae993
#e9f2bd
Dark Shade of #dae993
#cbe069
Saturated Shade of #dae993
#deef8c
Desaturated Shade of #dae993
#d6e299
Grey scale Shade of #dae993
#bebebe
Brighten Shade
#f3ffac
Most Readable Shade
#000000

Shades of #dae993 color code

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

#dae993
#c1cf82
#a9b572
#919b62
#798151
#606741
#484d31
#303320
#181910
#000000

Similar Color like #dae993 color

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

#dbea94
#dceb95
#ddec96
#deed97
#dfee98
#e0ef99
#e1f09a
#e2f19b
#e3f29c
#e4f39d
#e5f49e
#e6f59f
#e7f6a0
#e8f7a1
#d9e892
#d8e791
#d7e690
#d6e58f
#d5e48e
#d4e38d
#d3e28c
#d2e18b
#d1e08a
#d0df89
#cfde88
#cedd87
#cddc86
#ccdb85

Monochromatic Color with #dae993

#dae993
#13140d
#3b3f28
#636943
#8a945d
#b2be78

Tints of #dae993 Color

#dae993
#deeb9f
#e2edab
#e6f0b7
#eaf2c3
#eef5cf
#f2f7db
#f6fae7
#fafcf3
#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

#dae993
#a293e9

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

Split Complementary

#dae993
#93afe9
#cd93e9

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

Analogous Color

#e9d693
#e9e793
#dae993
#c9e993
#b8e993

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

#dae993
#93dae9
#e993da

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

#dae993
#93e9cd
#a293e9
#e993af

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

#dae993
#a293e9
#cd93e9
#afe993

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

#dae993 Color Code Preview on Black Background Color

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

#dae993 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dae993

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dae993

#dae993 color code is use for CSS Background Color

Background color for the above div is #dae993

HTML with inline CSS

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

#dae993 color code is use for CSS Border Color

CSS Border color for the above div is #dae993

HTML with inline CSS

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

CSS Border Left color for the above div is #dae993

HTML with inline CSS

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

CSS Border Right color for the above div is #dae993

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dae993

HTML with inline CSS

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

CSS Border Top color for the above div is #dae993

HTML with inline CSS

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

#dae993 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dae993 Color code Preview on White Background

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

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