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