HEX: #EDF2FE
RGB: (237,242,254)
#EDF2FE contains red, green and blue colors in about the same proportion. Web safe color of #EDF2FE is #FFFFFF (or #FFF).
#EDF2FE color RGB value is (237,242,254).
RGB: (237,242,254)
(93%, 95%, 100%)
R 237 of 255 = 93%
G 242 of 255 = 95%
B 254 of 255 = 100%
R + G + B ~ 96%. #EDF2FE is light color.
R + G + B = 237 + 242 + 254 = 733 (100%)
R 237 of 733 ~ 32.33%
G 242 of 733 ~ 33.02%
B 254 of 733 ~ 34.65'%
#EDF2FE color CMYK value is (7,5,0,0).
CMYK: (7,5,0,0)
C7M5Y0K0 (7%, 5%, 0%, 0%)
(0.07 / 0.05 / 0.00 / 0.00)
Color #EDF2FE in popluar color models
ED | F2 | FE | |
---|---|---|---|
RGB | 237 | 242 | 254 |
HSL | 222° | 89.47% | 96.27% |
HSB/HSV | 222° | 6.69% | 99.61% |
CMYK | 6.69% | 4.72% | 0.00% |
0.39% |
Color #EDF2FE in popluar number systems.
HEX | ED | F2 | FE |
Decimal | 237 | 242 | 254 |
Binary | 11101101 | 11110010 | 11111110 |
Octal | 355 | 362 | 376 |
Shades of #EDF2FE
Tints of #EDF2FE
Examples of css and html codes for elements with #EDF2FE color. Also use rgb(237,242,254) instead hex code.
.myTextColor { color: #EDF2FE; }
<p style="color:#EDF2FE">This sample text font color is #EDF2FE.</p>
This text font color is #EDF2FE.
.myBgColor { background-color: #EDF2FE; }
<div style="background-color:#EDF2FE">Inner text</div>
This div background color is #EDF2FE.
.myBorderColor { border: 1px solid #EDF2FE; }
<div style="border:3px solid #EDF2FE">Div</div>
This div border color is #EDF2FE.
.myOpacity80 { color: #EDF2FE; opacity: 0.8; }
<p style="color:#EDF2FE;opacity:0.8;">80%</p>
Text with #EDF2FE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDF2FE;}
<p style="text-shadow: 3px 3px 1px #EDF2FE">Text here.</p>
This text has shadow with #EDF2FE color.
.textShadow {text-shadow: 3px 3px 1px #EDF2FE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDF2FE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDF2FE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDF2FE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDF2FE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDF2FE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDF2FE;
-webkit-box-shadow: 1px 1px 3px 2px #EDF2FE;
box-shadow: 1px 1px 3px 2px #EDF2FE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDF2FE; -webkit-box-shadow: 1px 1px 3px 2px #EDF2FE; box-shadow:1px 1px 3px 2px #EDF2FE;">
Div content here
</div>
This text has color #EDF2FE on black background.
This text has color #EDF2FE on white background.
This text has black color on #EDF2FE background.
This text has white color on #EDF2FE background.
Complementary color for #hex is #120D01.