HEX: #EFC4FE
RGB: (239,196,254)
#EFC4FE contains red, green and blue colors in about the same proportion. Web safe color of #EFC4FE is #FFCCFF (or #FCF).
#EFC4FE color RGB value is (239,196,254).
RGB: (239,196,254)
(94%, 77%, 100%)
R 239 of 255 = 94%
G 196 of 255 = 77%
B 254 of 255 = 100%
R + G + B ~ 90%. #EFC4FE is light color.
R + G + B = 239 + 196 + 254 = 689 (100%)
R 239 of 689 ~ 34.69%
G 196 of 689 ~ 28.45%
B 254 of 689 ~ 36.87'%
#EFC4FE color CMYK value is (6,23,0,0).
CMYK: (6,23,0,0)
C6M23Y0K0 (6%, 23%, 0%, 0%)
(0.06 / 0.23 / 0.00 / 0.00)
Color #EFC4FE in popluar color models
EF | C4 | FE | |
---|---|---|---|
RGB | 239 | 196 | 254 |
HSL | 284° | 96.67% | 88.24% |
HSB/HSV | 284° | 22.83% | 99.61% |
CMYK | 5.91% | 22.83% | 0.00% |
0.39% |
Color #EFC4FE in popluar number systems.
HEX | EF | C4 | FE |
Decimal | 239 | 196 | 254 |
Binary | 11101111 | 11000100 | 11111110 |
Octal | 357 | 304 | 376 |
Shades of #EFC4FE
Tints of #EFC4FE
Examples of css and html codes for elements with #EFC4FE color. Also use rgb(239,196,254) instead hex code.
.myTextColor { color: #EFC4FE; }
<p style="color:#EFC4FE">This sample text font color is #EFC4FE.</p>
This text font color is #EFC4FE.
.myBgColor { background-color: #EFC4FE; }
<div style="background-color:#EFC4FE">Inner text</div>
This div background color is #EFC4FE.
.myBorderColor { border: 1px solid #EFC4FE; }
<div style="border:3px solid #EFC4FE">Div</div>
This div border color is #EFC4FE.
.myOpacity80 { color: #EFC4FE; opacity: 0.8; }
<p style="color:#EFC4FE;opacity:0.8;">80%</p>
Text with #EFC4FE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFC4FE;}
<p style="text-shadow: 3px 3px 1px #EFC4FE">Text here.</p>
This text has shadow with #EFC4FE color.
.textShadow {text-shadow: 3px 3px 1px #EFC4FE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFC4FE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFC4FE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFC4FE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFC4FE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFC4FE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFC4FE;
-webkit-box-shadow: 1px 1px 3px 2px #EFC4FE;
box-shadow: 1px 1px 3px 2px #EFC4FE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFC4FE; -webkit-box-shadow: 1px 1px 3px 2px #EFC4FE; box-shadow:1px 1px 3px 2px #EFC4FE;">
Div content here
</div>
This text has color #EFC4FE on black background.
This text has color #EFC4FE on white background.
This text has black color on #EFC4FE background.
This text has white color on #EFC4FE background.
Complementary color for #hex is #103B01.