HEX: #EDFCDF
RGB: (237,252,223)
#EDFCDF contains red, green and blue colors in about the same proportion. Web safe color of #EDFCDF is #FFFFCC (or #FFC).
#EDFCDF color RGB value is (237,252,223).
RGB: (237,252,223)
(93%, 99%, 87%)
R 237 of 255 = 93%
G 252 of 255 = 99%
B 223 of 255 = 87%
R + G + B ~ 93%. #EDFCDF is light color.
R + G + B = 237 + 252 + 223 = 712 (100%)
R 237 of 712 ~ 33.29%
G 252 of 712 ~ 35.39%
B 223 of 712 ~ 31.32'%
#EDFCDF color CMYK value is (6,0,12,1).
CMYK: (6,0,12,1) C6M0Y12K1 (6%,0%,12%,1%) (0.06/0.00/0.12/0.01)
Color #EDFCDF in popluar color models
ED | FC | DF | |
---|---|---|---|
RGB | 237 | 252 | 223 |
HSL | 91° | 82.86% | 93.14% |
HSB/HSV | 91° | 11.51% | 98.82% |
CMYK | 5.95% | 0.00% | 11.51% |
1.18% |
Color #EDFCDF in popluar number systems.
HEX | ED | FC | DF |
Decimal | 237 | 252 | 223 |
Binary | 11101101 | 11111100 | 11011111 |
Octal | 355 | 374 | 337 |
Shades of #EDFCDF
Tints of #EDFCDF
Examples of css and html codes for elements with #EDFCDF color. Also use rgb(237,252,223) instead hex code.
.myTextColor { color: #EDFCDF; }
<p style="color:#EDFCDF">This sample text font color is #EDFCDF.</p>
This text font color is #EDFCDF.
.myBgColor { background-color: #EDFCDF; }
<div style="background-color:#EDFCDF">Inner text</div>
This div background color is #EDFCDF.
.myBorderColor { border: 1px solid #EDFCDF; }
<div style="border:3px solid #EDFCDF">Div</div>
This div border color is #EDFCDF.
.myOpacity80 { color: #EDFCDF; opacity: 0.8; }
<p style="color:#EDFCDF;opacity:0.8;">80%</p>
Text with #EDFCDF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDFCDF;}
<p style="text-shadow: 3px 3px 1px #EDFCDF">Text here.</p>
This text has shadow with #EDFCDF color.
.textShadow {text-shadow: 3px 3px 1px #EDFCDF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDFCDF, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDFCDF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDFCDF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDFCDF, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDFCDF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDFCDF;
-webkit-box-shadow: 1px 1px 3px 2px #EDFCDF;
box-shadow: 1px 1px 3px 2px #EDFCDF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDFCDF; -webkit-box-shadow: 1px 1px 3px 2px #EDFCDF; box-shadow:1px 1px 3px 2px #EDFCDF;">
Div content here
</div>
This text has color #EDFCDF on black background.
This text has color #EDFCDF on white background.
This text has black color on #EDFCDF background.
This text has white color on #EDFCDF background.
Complementary color for #hex is #120320.