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