HEX: #EFF9EA
RGB: (239,249,234)
#EFF9EA contains red, green and blue colors in about the same proportion. Web safe color of #EFF9EA is #FFFFFF (or #FFF).
#EFF9EA color RGB value is (239,249,234).
RGB: (239,249,234)
(94%, 98%, 92%)
R 239 of 255 = 94%
G 249 of 255 = 98%
B 234 of 255 = 92%
R + G + B ~ 95%. #EFF9EA is light color.
R + G + B = 239 + 249 + 234 = 722 (100%)
R 239 of 722 ~ 33.1%
G 249 of 722 ~ 34.49%
B 234 of 722 ~ 32.41'%
#EFF9EA color CMYK value is (4,0,6,2).
CMYK: (4,0,6,2)
C4M0Y6K2 (4%, 0%, 6%, 2%)
(0.04 / 0.00 / 0.06 / 0.02)
Color #EFF9EA in popluar color models
EF | F9 | EA | |
---|---|---|---|
RGB | 239 | 249 | 234 |
HSL | 100° | 55.56% | 94.71% |
HSB/HSV | 100° | 6.02% | 97.65% |
CMYK | 4.02% | 0.00% | 6.02% |
2.35% |
Color #EFF9EA in popluar number systems.
HEX | EF | F9 | EA |
Decimal | 239 | 249 | 234 |
Binary | 11101111 | 11111001 | 11101010 |
Octal | 357 | 371 | 352 |
Shades of #EFF9EA
Tints of #EFF9EA
Examples of css and html codes for elements with #EFF9EA color. Also use rgb(239,249,234) instead hex code.
.myTextColor { color: #EFF9EA; }
<p style="color:#EFF9EA">This sample text font color is #EFF9EA.</p>
This text font color is #EFF9EA.
.myBgColor { background-color: #EFF9EA; }
<div style="background-color:#EFF9EA">Inner text</div>
This div background color is #EFF9EA.
.myBorderColor { border: 1px solid #EFF9EA; }
<div style="border:3px solid #EFF9EA">Div</div>
This div border color is #EFF9EA.
.myOpacity80 { color: #EFF9EA; opacity: 0.8; }
<p style="color:#EFF9EA;opacity:0.8;">80%</p>
Text with #EFF9EA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFF9EA;}
<p style="text-shadow: 3px 3px 1px #EFF9EA">Text here.</p>
This text has shadow with #EFF9EA color.
.textShadow {text-shadow: 3px 3px 1px #EFF9EA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFF9EA, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFF9EA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFF9EA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFF9EA, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFF9EA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFF9EA;
-webkit-box-shadow: 1px 1px 3px 2px #EFF9EA;
box-shadow: 1px 1px 3px 2px #EFF9EA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFF9EA; -webkit-box-shadow: 1px 1px 3px 2px #EFF9EA; box-shadow:1px 1px 3px 2px #EFF9EA;">
Div content here
</div>
This text has color #EFF9EA on black background.
This text has color #EFF9EA on white background.
This text has black color on #EFF9EA background.
This text has white color on #EFF9EA background.
Complementary color for #hex is #100615.