HEX: #EDFCEE
RGB: (237,252,238)
#EDFCEE contains red, green and blue colors in about the same proportion. Web safe color of #EDFCEE is #FFFFFF (or #FFF).
#EDFCEE color RGB value is (237,252,238).
RGB: (237,252,238)
(93%, 99%, 93%)
R 237 of 255 = 93%
G 252 of 255 = 99%
B 238 of 255 = 93%
R + G + B ~ 95%. #EDFCEE is light color.
R + G + B = 237 + 252 + 238 = 727 (100%)
R 237 of 727 ~ 32.6%
G 252 of 727 ~ 34.66%
B 238 of 727 ~ 32.74'%
#EDFCEE color CMYK value is (6,0,6,1).
CMYK: (6,0,6,1) C6M0Y6K1 (6%,0%,6%,1%) (0.06/0.00/0.06/0.01)
Color #EDFCEE in popluar color models
ED | FC | EE | |
---|---|---|---|
RGB | 237 | 252 | 238 |
HSL | 124° | 71.43% | 95.88% |
HSB/HSV | 124° | 5.95% | 98.82% |
CMYK | 5.95% | 0.00% | 5.56% |
1.18% |
Color #EDFCEE in popluar number systems.
HEX | ED | FC | EE |
Decimal | 237 | 252 | 238 |
Binary | 11101101 | 11111100 | 11101110 |
Octal | 355 | 374 | 356 |
Shades of #EDFCEE
Tints of #EDFCEE
Examples of css and html codes for elements with #EDFCEE color. Also use rgb(237,252,238) instead hex code.
.myTextColor { color: #EDFCEE; }
<p style="color:#EDFCEE">This sample text font color is #EDFCEE.</p>
This text font color is #EDFCEE.
.myBgColor { background-color: #EDFCEE; }
<div style="background-color:#EDFCEE">Inner text</div>
This div background color is #EDFCEE.
.myBorderColor { border: 1px solid #EDFCEE; }
<div style="border:3px solid #EDFCEE">Div</div>
This div border color is #EDFCEE.
.myOpacity80 { color: #EDFCEE; opacity: 0.8; }
<p style="color:#EDFCEE;opacity:0.8;">80%</p>
Text with #EDFCEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDFCEE;}
<p style="text-shadow: 3px 3px 1px #EDFCEE">Text here.</p>
This text has shadow with #EDFCEE color.
.textShadow {text-shadow: 3px 3px 1px #EDFCEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDFCEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDFCEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDFCEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDFCEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDFCEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDFCEE;
-webkit-box-shadow: 1px 1px 3px 2px #EDFCEE;
box-shadow: 1px 1px 3px 2px #EDFCEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDFCEE; -webkit-box-shadow: 1px 1px 3px 2px #EDFCEE; box-shadow:1px 1px 3px 2px #EDFCEE;">
Div content here
</div>
This text has color #EDFCEE on black background.
This text has color #EDFCEE on white background.
This text has black color on #EDFCEE background.
This text has white color on #EDFCEE background.
Complementary color for #hex is #120311.