HEX: #EDFFEC
RGB: (237,255,236)
#EDFFEC contains red, green and blue colors in about the same proportion. Web safe color of #EDFFEC is #FFFFFF (or #FFF).
#EDFFEC color RGB value is (237,255,236).
RGB: (237,255,236)
(93%, 100%, 93%)
R 237 of 255 = 93%
G 255 of 255 = 100%
B 236 of 255 = 93%
R + G + B ~ 95%. #EDFFEC is light color.
R + G + B = 237 + 255 + 236 = 728 (100%)
R 237 of 728 ~ 32.55%
G 255 of 728 ~ 35.03%
B 236 of 728 ~ 32.42'%
#EDFFEC color CMYK value is (7,0,7,0).
CMYK: (7,0,7,0)
C7M0Y7K0 (7%, 0%, 7%, 0%)
(0.07 / 0.00 / 0.07 / 0.00)
Color #EDFFEC in popluar color models
ED | FF | EC | |
---|---|---|---|
RGB | 237 | 255 | 236 |
HSL | 117° | 100.00% | 96.27% |
HSB/HSV | 117° | 7.45% | 100.00% |
CMYK | 7.06% | 0.00% | 7.45% |
0.00% |
Color #EDFFEC in popluar number systems.
HEX | ED | FF | EC |
Decimal | 237 | 255 | 236 |
Binary | 11101101 | 11111111 | 11101100 |
Octal | 355 | 377 | 354 |
Shades of #EDFFEC
Tints of #EDFFEC
Examples of css and html codes for elements with #EDFFEC color. Also use rgb(237,255,236) instead hex code.
.myTextColor { color: #EDFFEC; }
<p style="color:#EDFFEC">This sample text font color is #EDFFEC.</p>
This text font color is #EDFFEC.
.myBgColor { background-color: #EDFFEC; }
<div style="background-color:#EDFFEC">Inner text</div>
This div background color is #EDFFEC.
.myBorderColor { border: 1px solid #EDFFEC; }
<div style="border:3px solid #EDFFEC">Div</div>
This div border color is #EDFFEC.
.myOpacity80 { color: #EDFFEC; opacity: 0.8; }
<p style="color:#EDFFEC;opacity:0.8;">80%</p>
Text with #EDFFEC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDFFEC;}
<p style="text-shadow: 3px 3px 1px #EDFFEC">Text here.</p>
This text has shadow with #EDFFEC color.
.textShadow {text-shadow: 3px 3px 1px #EDFFEC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDFFEC, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDFFEC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDFFEC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDFFEC, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDFFEC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDFFEC;
-webkit-box-shadow: 1px 1px 3px 2px #EDFFEC;
box-shadow: 1px 1px 3px 2px #EDFFEC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDFFEC; -webkit-box-shadow: 1px 1px 3px 2px #EDFFEC; box-shadow:1px 1px 3px 2px #EDFFEC;">
Div content here
</div>
This text has color #EDFFEC on black background.
This text has color #EDFFEC on white background.
This text has black color on #EDFFEC background.
This text has white color on #EDFFEC background.
Complementary color for #hex is #120013.