HEX: #EFD2FA
RGB: (239,210,250)
#EFD2FA contains red, green and blue colors in about the same proportion. Web safe color of #EFD2FA is #FFCCFF (or #FCF).
#EFD2FA color RGB value is (239,210,250).
RGB: (239,210,250)
(94%, 82%, 98%)
R 239 of 255 = 94%
G 210 of 255 = 82%
B 250 of 255 = 98%
R + G + B ~ 91%. #EFD2FA is light color.
R + G + B = 239 + 210 + 250 = 699 (100%)
R 239 of 699 ~ 34.19%
G 210 of 699 ~ 30.04%
B 250 of 699 ~ 35.77'%
#EFD2FA color CMYK value is (4,16,0,2).
CMYK: (4,16,0,2)
C4M16Y0K2 (4%, 16%, 0%, 2%)
(0.04 / 0.16 / 0.00 / 0.02)
Color #EFD2FA in popluar color models
EF | D2 | FA | |
---|---|---|---|
RGB | 239 | 210 | 250 |
HSL | 284° | 80.00% | 90.20% |
HSB/HSV | 284° | 16.00% | 98.04% |
CMYK | 4.40% | 16.00% | 0.00% |
1.96% |
Color #EFD2FA in popluar number systems.
HEX | EF | D2 | FA |
Decimal | 239 | 210 | 250 |
Binary | 11101111 | 11010010 | 11111010 |
Octal | 357 | 322 | 372 |
Shades of #EFD2FA
Tints of #EFD2FA
Examples of css and html codes for elements with #EFD2FA color. Also use rgb(239,210,250) instead hex code.
.myTextColor { color: #EFD2FA; }
<p style="color:#EFD2FA">This sample text font color is #EFD2FA.</p>
This text font color is #EFD2FA.
.myBgColor { background-color: #EFD2FA; }
<div style="background-color:#EFD2FA">Inner text</div>
This div background color is #EFD2FA.
.myBorderColor { border: 1px solid #EFD2FA; }
<div style="border:3px solid #EFD2FA">Div</div>
This div border color is #EFD2FA.
.myOpacity80 { color: #EFD2FA; opacity: 0.8; }
<p style="color:#EFD2FA;opacity:0.8;">80%</p>
Text with #EFD2FA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFD2FA;}
<p style="text-shadow: 3px 3px 1px #EFD2FA">Text here.</p>
This text has shadow with #EFD2FA color.
.textShadow {text-shadow: 3px 3px 1px #EFD2FA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFD2FA, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFD2FA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFD2FA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFD2FA, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFD2FA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFD2FA;
-webkit-box-shadow: 1px 1px 3px 2px #EFD2FA;
box-shadow: 1px 1px 3px 2px #EFD2FA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFD2FA; -webkit-box-shadow: 1px 1px 3px 2px #EFD2FA; box-shadow:1px 1px 3px 2px #EFD2FA;">
Div content here
</div>
This text has color #EFD2FA on black background.
This text has color #EFD2FA on white background.
This text has black color on #EFD2FA background.
This text has white color on #EFD2FA background.
Complementary color for #hex is #102D05.