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