HEX: #EFFAB0
RGB: (239,250,176)
#EFFAB0 contains mainly red and green colors. Web safe color of #EFFAB0 is #FFFF99 (or #FF9).
#EFFAB0 color RGB value is (239,250,176).
RGB: (239,250,176)
(94%, 98%, 69%)
R 239 of 255 = 94%
G 250 of 255 = 98%
B 176 of 255 = 69%
R + G + B ~ 87%. #EFFAB0 is light color.
R + G + B = 239 + 250 + 176 = 665 (100%)
R 239 of 665 ~ 35.94%
G 250 of 665 ~ 37.59%
B 176 of 665 ~ 26.47'%
#EFFAB0 color CMYK value is (4,0,30,2).
CMYK: (4,0,30,2) C4M0Y30K2 (4%,0%,30%,2%) (0.04/0.00/0.30/0.02)
Color #EFFAB0 in popluar color models
EF | FA | B0 | |
---|---|---|---|
RGB | 239 | 250 | 176 |
HSL | 69° | 88.10% | 83.53% |
HSB/HSV | 69° | 29.60% | 98.04% |
CMYK | 4.40% | 0.00% | 29.60% |
1.96% |
Color #EFFAB0 in popluar number systems.
HEX | EF | FA | B0 |
Decimal | 239 | 250 | 176 |
Binary | 11101111 | 11111010 | 10110000 |
Octal | 357 | 372 | 260 |
Shades of #EFFAB0
Tints of #EFFAB0
Examples of css and html codes for elements with #EFFAB0 color. Also use rgb(239,250,176) instead hex code.
.myTextColor { color: #EFFAB0; }
<p style="color:#EFFAB0">This sample text font color is #EFFAB0.</p>
This text font color is #EFFAB0.
.myBgColor { background-color: #EFFAB0; }
<div style="background-color:#EFFAB0">Inner text</div>
This div background color is #EFFAB0.
.myBorderColor { border: 1px solid #EFFAB0; }
<div style="border:3px solid #EFFAB0">Div</div>
This div border color is #EFFAB0.
.myOpacity80 { color: #EFFAB0; opacity: 0.8; }
<p style="color:#EFFAB0;opacity:0.8;">80%</p>
Text with #EFFAB0 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFFAB0;}
<p style="text-shadow: 3px 3px 1px #EFFAB0">Text here.</p>
This text has shadow with #EFFAB0 color.
.textShadow {text-shadow: 3px 3px 1px #EFFAB0', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFFAB0, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFFAB0 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFFAB0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFFAB0, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFFAB0 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFFAB0;
-webkit-box-shadow: 1px 1px 3px 2px #EFFAB0;
box-shadow: 1px 1px 3px 2px #EFFAB0;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFFAB0; -webkit-box-shadow: 1px 1px 3px 2px #EFFAB0; box-shadow:1px 1px 3px 2px #EFFAB0;">
Div content here
</div>
This text has color #EFFAB0 on black background.
This text has color #EFFAB0 on white background.
This text has black color on #EFFAB0 background.
This text has white color on #EFFAB0 background.
Complementary color for #hex is #10054F.