HEX: #D4EDAE
RGB: (212,237,174)
#D4EDAE contains mainly red and green colors. Web safe color of #D4EDAE is #CCFF99 (or #CF9).
#D4EDAE color RGB value is (212,237,174).
RGB: (212,237,174)
(83%, 93%, 68%)
R 212 of 255 = 83%
G 237 of 255 = 93%
B 174 of 255 = 68%
R + G + B ~ 81%. #D4EDAE is quite light color.
R + G + B = 212 + 237 + 174 = 623 (100%)
R 212 of 623 ~ 34.03%
G 237 of 623 ~ 38.04%
B 174 of 623 ~ 27.93'%
#D4EDAE color CMYK value is (11,0,27,7).
CMYK: (11,0,27,7) C11M0Y27K7 (11%,0%,27%,7%) (0.11/0.00/0.27/0.07)
Color #D4EDAE in popluar color models
D4 | ED | AE | |
---|---|---|---|
RGB | 212 | 237 | 174 |
HSL | 84° | 63.64% | 80.59% |
HSB/HSV | 84° | 26.58% | 92.94% |
CMYK | 10.55% | 0.00% | 26.58% |
7.06% |
Color #D4EDAE in popluar number systems.
HEX | D4 | ED | AE |
Decimal | 212 | 237 | 174 |
Binary | 11010100 | 11101101 | 10101110 |
Octal | 324 | 355 | 256 |
Shades of #D4EDAE
Tints of #D4EDAE
Examples of css and html codes for elements with #D4EDAE color. Also use rgb(212,237,174) instead hex code.
.myTextColor { color: #D4EDAE; }
<p style="color:#D4EDAE">This sample text font color is #D4EDAE.</p>
This text font color is #D4EDAE.
.myBgColor { background-color: #D4EDAE; }
<div style="background-color:#D4EDAE">Inner text</div>
This div background color is #D4EDAE.
.myBorderColor { border: 1px solid #D4EDAE; }
<div style="border:3px solid #D4EDAE">Div</div>
This div border color is #D4EDAE.
.myOpacity80 { color: #D4EDAE; opacity: 0.8; }
<p style="color:#D4EDAE;opacity:0.8;">80%</p>
Text with #D4EDAE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D4EDAE;}
<p style="text-shadow: 3px 3px 1px #D4EDAE">Text here.</p>
This text has shadow with #D4EDAE color.
.textShadow {text-shadow: 3px 3px 1px #D4EDAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D4EDAE, 5px 5px 20px red">Text here.</p>
This text has shadow with #D4EDAE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D4EDAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D4EDAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #D4EDAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D4EDAE;
-webkit-box-shadow: 1px 1px 3px 2px #D4EDAE;
box-shadow: 1px 1px 3px 2px #D4EDAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D4EDAE; -webkit-box-shadow: 1px 1px 3px 2px #D4EDAE; box-shadow:1px 1px 3px 2px #D4EDAE;">
Div content here
</div>
This text has color #D4EDAE on black background.
This text has color #D4EDAE on white background.
This text has black color on #D4EDAE background.
This text has white color on #D4EDAE background.
Complementary color for #hex is #2B1251.