HEX: #EFFCC4
RGB: (239,252,196)
#EFFCC4 contains red, green and blue colors in about the same proportion. Web safe color of #EFFCC4 is #FFFFCC (or #FFC).
#EFFCC4 color RGB value is (239,252,196).
RGB: (239,252,196)
(94%, 99%, 77%)
R 239 of 255 = 94%
G 252 of 255 = 99%
B 196 of 255 = 77%
R + G + B ~ 90%. #EFFCC4 is light color.
R + G + B = 239 + 252 + 196 = 687 (100%)
R 239 of 687 ~ 34.79%
G 252 of 687 ~ 36.68%
B 196 of 687 ~ 28.53'%
#EFFCC4 color CMYK value is (5,0,22,1).
CMYK: (5,0,22,1) C5M0Y22K1 (5%,0%,22%,1%) (0.05/0.00/0.22/0.01)
Color #EFFCC4 in popluar color models
EF | FC | C4 | |
---|---|---|---|
RGB | 239 | 252 | 196 |
HSL | 74° | 90.32% | 87.84% |
HSB/HSV | 74° | 22.22% | 98.82% |
CMYK | 5.16% | 0.00% | 22.22% |
1.18% |
Color #EFFCC4 in popluar number systems.
HEX | EF | FC | C4 |
Decimal | 239 | 252 | 196 |
Binary | 11101111 | 11111100 | 11000100 |
Octal | 357 | 374 | 304 |
Shades of #EFFCC4
Tints of #EFFCC4
Examples of css and html codes for elements with #EFFCC4 color. Also use rgb(239,252,196) instead hex code.
.myTextColor { color: #EFFCC4; }
<p style="color:#EFFCC4">This sample text font color is #EFFCC4.</p>
This text font color is #EFFCC4.
.myBgColor { background-color: #EFFCC4; }
<div style="background-color:#EFFCC4">Inner text</div>
This div background color is #EFFCC4.
.myBorderColor { border: 1px solid #EFFCC4; }
<div style="border:3px solid #EFFCC4">Div</div>
This div border color is #EFFCC4.
.myOpacity80 { color: #EFFCC4; opacity: 0.8; }
<p style="color:#EFFCC4;opacity:0.8;">80%</p>
Text with #EFFCC4 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFFCC4;}
<p style="text-shadow: 3px 3px 1px #EFFCC4">Text here.</p>
This text has shadow with #EFFCC4 color.
.textShadow {text-shadow: 3px 3px 1px #EFFCC4', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFFCC4, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFFCC4 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFFCC4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFFCC4, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFFCC4 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFFCC4;
-webkit-box-shadow: 1px 1px 3px 2px #EFFCC4;
box-shadow: 1px 1px 3px 2px #EFFCC4;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFFCC4; -webkit-box-shadow: 1px 1px 3px 2px #EFFCC4; box-shadow:1px 1px 3px 2px #EFFCC4;">
Div content here
</div>
This text has color #EFFCC4 on black background.
This text has color #EFFCC4 on white background.
This text has black color on #EFFCC4 background.
This text has white color on #EFFCC4 background.
Complementary color for #hex is #10033B.