HEX: #EEFEDB
RGB: (238,254,219)
#EEFEDB contains red, green and blue colors in about the same proportion. Web safe color of #EEFEDB is #FFFFCC (or #FFC).
#EEFEDB color RGB value is (238,254,219).
RGB: (238,254,219)
(93%, 100%, 86%)
R 238 of 255 = 93%
G 254 of 255 = 100%
B 219 of 255 = 86%
R + G + B ~ 93%. #EEFEDB is light color.
R + G + B = 238 + 254 + 219 = 711 (100%)
R 238 of 711 ~ 33.47%
G 254 of 711 ~ 35.72%
B 219 of 711 ~ 30.8'%
#EEFEDB color CMYK value is (6,0,14,0).
CMYK: (6,0,14,0)
C6M0Y14K0 (6%, 0%, 14%, 0%)
(0.06 / 0.00 / 0.14 / 0.00)
Color #EEFEDB in popluar color models
EE | FE | DB | |
---|---|---|---|
RGB | 238 | 254 | 219 |
HSL | 87° | 94.59% | 92.75% |
HSB/HSV | 87° | 13.78% | 99.61% |
CMYK | 6.30% | 0.00% | 13.78% |
0.39% |
Color #EEFEDB in popluar number systems.
HEX | EE | FE | DB |
Decimal | 238 | 254 | 219 |
Binary | 11101110 | 11111110 | 11011011 |
Octal | 356 | 376 | 333 |
Shades of #EEFEDB
Tints of #EEFEDB
Examples of css and html codes for elements with #EEFEDB color. Also use rgb(238,254,219) instead hex code.
.myTextColor { color: #EEFEDB; }
<p style="color:#EEFEDB">This sample text font color is #EEFEDB.</p>
This text font color is #EEFEDB.
.myBgColor { background-color: #EEFEDB; }
<div style="background-color:#EEFEDB">Inner text</div>
This div background color is #EEFEDB.
.myBorderColor { border: 1px solid #EEFEDB; }
<div style="border:3px solid #EEFEDB">Div</div>
This div border color is #EEFEDB.
.myOpacity80 { color: #EEFEDB; opacity: 0.8; }
<p style="color:#EEFEDB;opacity:0.8;">80%</p>
Text with #EEFEDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEFEDB;}
<p style="text-shadow: 3px 3px 1px #EEFEDB">Text here.</p>
This text has shadow with #EEFEDB color.
.textShadow {text-shadow: 3px 3px 1px #EEFEDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEFEDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEFEDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEFEDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEFEDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEFEDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEFEDB;
-webkit-box-shadow: 1px 1px 3px 2px #EEFEDB;
box-shadow: 1px 1px 3px 2px #EEFEDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEFEDB; -webkit-box-shadow: 1px 1px 3px 2px #EEFEDB; box-shadow:1px 1px 3px 2px #EEFEDB;">
Div content here
</div>
This text has color #EEFEDB on black background.
This text has color #EEFEDB on white background.
This text has black color on #EEFEDB background.
This text has white color on #EEFEDB background.
Complementary color for #hex is #110124.