HEX: #EFD2FD
RGB: (239,210,253)
#EFD2FD contains red, green and blue colors in about the same proportion. Web safe color of #EFD2FD is #FFCCFF (or #FCF).
#EFD2FD color RGB value is (239,210,253).
RGB: (239,210,253)
(94%, 82%, 99%)
R 239 of 255 = 94%
G 210 of 255 = 82%
B 253 of 255 = 99%
R + G + B ~ 92%. #EFD2FD is light color.
R + G + B = 239 + 210 + 253 = 702 (100%)
R 239 of 702 ~ 34.05%
G 210 of 702 ~ 29.91%
B 253 of 702 ~ 36.04'%
#EFD2FD color CMYK value is (6,17,0,1).
CMYK: (6,17,0,1) C6M17Y0K1 (6%,17%,0%,1%) (0.06/0.17/0.00/0.01)
Color #EFD2FD in popluar color models
EF | D2 | FD | |
---|---|---|---|
RGB | 239 | 210 | 253 |
HSL | 280° | 91.49% | 90.78% |
HSB/HSV | 280° | 17.00% | 99.22% |
CMYK | 5.53% | 17.00% | 0.00% |
0.78% |
Color #EFD2FD in popluar number systems.
HEX | EF | D2 | FD |
Decimal | 239 | 210 | 253 |
Binary | 11101111 | 11010010 | 11111101 |
Octal | 357 | 322 | 375 |
Shades of #EFD2FD
Tints of #EFD2FD
Examples of css and html codes for elements with #EFD2FD color. Also use rgb(239,210,253) instead hex code.
.myTextColor { color: #EFD2FD; }
<p style="color:#EFD2FD">This sample text font color is #EFD2FD.</p>
This text font color is #EFD2FD.
.myBgColor { background-color: #EFD2FD; }
<div style="background-color:#EFD2FD">Inner text</div>
This div background color is #EFD2FD.
.myBorderColor { border: 1px solid #EFD2FD; }
<div style="border:3px solid #EFD2FD">Div</div>
This div border color is #EFD2FD.
.myOpacity80 { color: #EFD2FD; opacity: 0.8; }
<p style="color:#EFD2FD;opacity:0.8;">80%</p>
Text with #EFD2FD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFD2FD;}
<p style="text-shadow: 3px 3px 1px #EFD2FD">Text here.</p>
This text has shadow with #EFD2FD color.
.textShadow {text-shadow: 3px 3px 1px #EFD2FD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFD2FD, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFD2FD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFD2FD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFD2FD, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFD2FD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFD2FD;
-webkit-box-shadow: 1px 1px 3px 2px #EFD2FD;
box-shadow: 1px 1px 3px 2px #EFD2FD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFD2FD; -webkit-box-shadow: 1px 1px 3px 2px #EFD2FD; box-shadow:1px 1px 3px 2px #EFD2FD;">
Div content here
</div>
This text has color #EFD2FD on black background.
This text has color #EFD2FD on white background.
This text has black color on #EFD2FD background.
This text has white color on #EFD2FD background.
Complementary color for #hex is #102D02.