HEX: #EDFADF
RGB: (237,250,223)
#EDFADF contains red, green and blue colors in about the same proportion. Web safe color of #EDFADF is #FFFFCC (or #FFC).
#EDFADF color RGB value is (237,250,223).
RGB: (237,250,223)
(93%, 98%, 87%)
R 237 of 255 = 93%
G 250 of 255 = 98%
B 223 of 255 = 87%
R + G + B ~ 93%. #EDFADF is light color.
R + G + B = 237 + 250 + 223 = 710 (100%)
R 237 of 710 ~ 33.38%
G 250 of 710 ~ 35.21%
B 223 of 710 ~ 31.41'%
#EDFADF color CMYK value is (5,0,11,2).
CMYK: (5,0,11,2)
C5M0Y11K2 (5%, 0%, 11%, 2%)
(0.05 / 0.00 / 0.11 / 0.02)
Color #EDFADF in popluar color models
ED | FA | DF | |
---|---|---|---|
RGB | 237 | 250 | 223 |
HSL | 89° | 72.97% | 92.75% |
HSB/HSV | 89° | 10.80% | 98.04% |
CMYK | 5.20% | 0.00% | 10.80% |
1.96% |
Color #EDFADF in popluar number systems.
HEX | ED | FA | DF |
Decimal | 237 | 250 | 223 |
Binary | 11101101 | 11111010 | 11011111 |
Octal | 355 | 372 | 337 |
Shades of #EDFADF
Tints of #EDFADF
Examples of css and html codes for elements with #EDFADF color. Also use rgb(237,250,223) instead hex code.
.myTextColor { color: #EDFADF; }
<p style="color:#EDFADF">This sample text font color is #EDFADF.</p>
This text font color is #EDFADF.
.myBgColor { background-color: #EDFADF; }
<div style="background-color:#EDFADF">Inner text</div>
This div background color is #EDFADF.
.myBorderColor { border: 1px solid #EDFADF; }
<div style="border:3px solid #EDFADF">Div</div>
This div border color is #EDFADF.
.myOpacity80 { color: #EDFADF; opacity: 0.8; }
<p style="color:#EDFADF;opacity:0.8;">80%</p>
Text with #EDFADF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDFADF;}
<p style="text-shadow: 3px 3px 1px #EDFADF">Text here.</p>
This text has shadow with #EDFADF color.
.textShadow {text-shadow: 3px 3px 1px #EDFADF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDFADF, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDFADF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDFADF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDFADF, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDFADF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDFADF;
-webkit-box-shadow: 1px 1px 3px 2px #EDFADF;
box-shadow: 1px 1px 3px 2px #EDFADF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDFADF; -webkit-box-shadow: 1px 1px 3px 2px #EDFADF; box-shadow:1px 1px 3px 2px #EDFADF;">
Div content here
</div>
This text has color #EDFADF on black background.
This text has color #EDFADF on white background.
This text has black color on #EDFADF background.
This text has white color on #EDFADF background.
Complementary color for #hex is #120520.