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