HEX: #EDFDED
RGB: (237,253,237)
#EDFDED contains red, green and blue colors in about the same proportion. Web safe color of #EDFDED is #FFFFFF (or #FFF).
#EDFDED color RGB value is (237,253,237).
RGB: (237,253,237)
(93%, 99%, 93%)
R 237 of 255 = 93%
G 253 of 255 = 99%
B 237 of 255 = 93%
R + G + B ~ 95%. #EDFDED is light color.
R + G + B = 237 + 253 + 237 = 727 (100%)
R 237 of 727 ~ 32.6%
G 253 of 727 ~ 34.8%
B 237 of 727 ~ 32.6'%
#EDFDED 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 #EDFDED in popluar color models
ED | FD | ED | |
---|---|---|---|
RGB | 237 | 253 | 237 |
HSL | 120° | 80.00% | 96.08% |
HSB/HSV | 120° | 6.32% | 99.22% |
CMYK | 6.32% | 0.00% | 6.32% |
0.78% |
Color #EDFDED in popluar number systems.
HEX | ED | FD | ED |
Decimal | 237 | 253 | 237 |
Binary | 11101101 | 11111101 | 11101101 |
Octal | 355 | 375 | 355 |
Shades of #EDFDED
Tints of #EDFDED
Examples of css and html codes for elements with #EDFDED color. Also use rgb(237,253,237) instead hex code.
.myTextColor { color: #EDFDED; }
<p style="color:#EDFDED">This sample text font color is #EDFDED.</p>
This text font color is #EDFDED.
.myBgColor { background-color: #EDFDED; }
<div style="background-color:#EDFDED">Inner text</div>
This div background color is #EDFDED.
.myBorderColor { border: 1px solid #EDFDED; }
<div style="border:3px solid #EDFDED">Div</div>
This div border color is #EDFDED.
.myOpacity80 { color: #EDFDED; opacity: 0.8; }
<p style="color:#EDFDED;opacity:0.8;">80%</p>
Text with #EDFDED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDFDED;}
<p style="text-shadow: 3px 3px 1px #EDFDED">Text here.</p>
This text has shadow with #EDFDED color.
.textShadow {text-shadow: 3px 3px 1px #EDFDED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDFDED, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDFDED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDFDED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDFDED, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDFDED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDFDED;
-webkit-box-shadow: 1px 1px 3px 2px #EDFDED;
box-shadow: 1px 1px 3px 2px #EDFDED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDFDED; -webkit-box-shadow: 1px 1px 3px 2px #EDFDED; box-shadow:1px 1px 3px 2px #EDFDED;">
Div content here
</div>
This text has color #EDFDED on black background.
This text has color #EDFDED on white background.
This text has black color on #EDFDED background.
This text has white color on #EDFDED background.
Complementary color for #hex is #120212.