HEX: #EDF9FC
RGB: (237,249,252)
#EDF9FC contains red, green and blue colors in about the same proportion. Web safe color of #EDF9FC is #FFFFFF (or #FFF).
#EDF9FC color RGB value is (237,249,252).
RGB: (237,249,252)
(93%, 98%, 99%)
R 237 of 255 = 93%
G 249 of 255 = 98%
B 252 of 255 = 99%
R + G + B ~ 97%. #EDF9FC is light color.
R + G + B = 237 + 249 + 252 = 738 (100%)
R 237 of 738 ~ 32.11%
G 249 of 738 ~ 33.74%
B 252 of 738 ~ 34.15'%
#EDF9FC color CMYK value is (6,1,0,1).
CMYK: (6,1,0,1)
C6M1Y0K1 (6%, 1%, 0%, 1%)
(0.06 / 0.01 / 0.00 / 0.01)
Color #EDF9FC in popluar color models
ED | F9 | FC | |
---|---|---|---|
RGB | 237 | 249 | 252 |
HSL | 192° | 71.43% | 95.88% |
HSB/HSV | 192° | 5.95% | 98.82% |
CMYK | 5.95% | 1.19% | 0.00% |
1.18% |
Color #EDF9FC in popluar number systems.
HEX | ED | F9 | FC |
Decimal | 237 | 249 | 252 |
Binary | 11101101 | 11111001 | 11111100 |
Octal | 355 | 371 | 374 |
Shades of #EDF9FC
Tints of #EDF9FC
Examples of css and html codes for elements with #EDF9FC color. Also use rgb(237,249,252) instead hex code.
.myTextColor { color: #EDF9FC; }
<p style="color:#EDF9FC">This sample text font color is #EDF9FC.</p>
This text font color is #EDF9FC.
.myBgColor { background-color: #EDF9FC; }
<div style="background-color:#EDF9FC">Inner text</div>
This div background color is #EDF9FC.
.myBorderColor { border: 1px solid #EDF9FC; }
<div style="border:3px solid #EDF9FC">Div</div>
This div border color is #EDF9FC.
.myOpacity80 { color: #EDF9FC; opacity: 0.8; }
<p style="color:#EDF9FC;opacity:0.8;">80%</p>
Text with #EDF9FC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDF9FC;}
<p style="text-shadow: 3px 3px 1px #EDF9FC">Text here.</p>
This text has shadow with #EDF9FC color.
.textShadow {text-shadow: 3px 3px 1px #EDF9FC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDF9FC, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDF9FC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDF9FC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDF9FC, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDF9FC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDF9FC;
-webkit-box-shadow: 1px 1px 3px 2px #EDF9FC;
box-shadow: 1px 1px 3px 2px #EDF9FC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDF9FC; -webkit-box-shadow: 1px 1px 3px 2px #EDF9FC; box-shadow:1px 1px 3px 2px #EDF9FC;">
Div content here
</div>
This text has color #EDF9FC on black background.
This text has color #EDF9FC on white background.
This text has black color on #EDF9FC background.
This text has white color on #EDF9FC background.
Complementary color for #hex is #120603.