HEX: #EDF7FA
RGB: (237,247,250)
#EDF7FA contains red, green and blue colors in about the same proportion. Web safe color of #EDF7FA is #FFFFFF (or #FFF).
#EDF7FA color RGB value is (237,247,250).
RGB: (237,247,250)
(93%, 97%, 98%)
R 237 of 255 = 93%
G 247 of 255 = 97%
B 250 of 255 = 98%
R + G + B ~ 96%. #EDF7FA is light color.
R + G + B = 237 + 247 + 250 = 734 (100%)
R 237 of 734 ~ 32.29%
G 247 of 734 ~ 33.65%
B 250 of 734 ~ 34.06'%
#EDF7FA color CMYK value is (5,1,0,2).
CMYK: (5,1,0,2) C5M1Y0K2 (5%,1%,0%,2%) (0.05/0.01/0.00/0.02)
Color #EDF7FA in popluar color models
ED | F7 | FA | |
---|---|---|---|
RGB | 237 | 247 | 250 |
HSL | 194° | 56.52% | 95.49% |
HSB/HSV | 194° | 5.20% | 98.04% |
CMYK | 5.20% | 1.20% | 0.00% |
1.96% |
Color #EDF7FA in popluar number systems.
HEX | ED | F7 | FA |
Decimal | 237 | 247 | 250 |
Binary | 11101101 | 11110111 | 11111010 |
Octal | 355 | 367 | 372 |
Shades of #EDF7FA
Tints of #EDF7FA
Examples of css and html codes for elements with #EDF7FA color. Also use rgb(237,247,250) instead hex code.
.myTextColor { color: #EDF7FA; }
<p style="color:#EDF7FA">This sample text font color is #EDF7FA.</p>
This text font color is #EDF7FA.
.myBgColor { background-color: #EDF7FA; }
<div style="background-color:#EDF7FA">Inner text</div>
This div background color is #EDF7FA.
.myBorderColor { border: 1px solid #EDF7FA; }
<div style="border:3px solid #EDF7FA">Div</div>
This div border color is #EDF7FA.
.myOpacity80 { color: #EDF7FA; opacity: 0.8; }
<p style="color:#EDF7FA;opacity:0.8;">80%</p>
Text with #EDF7FA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDF7FA;}
<p style="text-shadow: 3px 3px 1px #EDF7FA">Text here.</p>
This text has shadow with #EDF7FA color.
.textShadow {text-shadow: 3px 3px 1px #EDF7FA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDF7FA, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDF7FA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDF7FA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDF7FA, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDF7FA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDF7FA;
-webkit-box-shadow: 1px 1px 3px 2px #EDF7FA;
box-shadow: 1px 1px 3px 2px #EDF7FA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDF7FA; -webkit-box-shadow: 1px 1px 3px 2px #EDF7FA; box-shadow:1px 1px 3px 2px #EDF7FA;">
Div content here
</div>
This text has color #EDF7FA on black background.
This text has color #EDF7FA on white background.
This text has black color on #EDF7FA background.
This text has white color on #EDF7FA background.
Complementary color for #hex is #120805.