HEX: #E0F0AD
RGB: (224,240,173)
#E0F0AD contains mainly red and green colors. Web safe color of #E0F0AD is #CCFF99 (or #CF9).
#E0F0AD color RGB value is (224,240,173).
RGB: (224,240,173)
(88%, 94%, 68%)
R 224 of 255 = 88%
G 240 of 255 = 94%
B 173 of 255 = 68%
R + G + B ~ 83%. #E0F0AD is quite light color.
R + G + B = 224 + 240 + 173 = 637 (100%)
R 224 of 637 ~ 35.16%
G 240 of 637 ~ 37.68%
B 173 of 637 ~ 27.16'%
#E0F0AD color CMYK value is (7,0,28,6).
CMYK: (7,0,28,6)
C7M0Y28K6 (7%, 0%, 28%, 6%)
(0.07 / 0.00 / 0.28 / 0.06)
Color #E0F0AD in popluar color models
E0 | F0 | AD | |
---|---|---|---|
RGB | 224 | 240 | 173 |
HSL | 74° | 69.07% | 80.98% |
HSB/HSV | 74° | 27.92% | 94.12% |
CMYK | 6.67% | 0.00% | 27.92% |
5.88% |
Color #E0F0AD in popluar number systems.
HEX | E0 | F0 | AD |
Decimal | 224 | 240 | 173 |
Binary | 11100000 | 11110000 | 10101101 |
Octal | 340 | 360 | 255 |
Shades of #E0F0AD
Tints of #E0F0AD
Examples of css and html codes for elements with #E0F0AD color. Also use rgb(224,240,173) instead hex code.
.myTextColor { color: #E0F0AD; }
<p style="color:#E0F0AD">This sample text font color is #E0F0AD.</p>
This text font color is #E0F0AD.
.myBgColor { background-color: #E0F0AD; }
<div style="background-color:#E0F0AD">Inner text</div>
This div background color is #E0F0AD.
.myBorderColor { border: 1px solid #E0F0AD; }
<div style="border:3px solid #E0F0AD">Div</div>
This div border color is #E0F0AD.
.myOpacity80 { color: #E0F0AD; opacity: 0.8; }
<p style="color:#E0F0AD;opacity:0.8;">80%</p>
Text with #E0F0AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E0F0AD;}
<p style="text-shadow: 3px 3px 1px #E0F0AD">Text here.</p>
This text has shadow with #E0F0AD color.
.textShadow {text-shadow: 3px 3px 1px #E0F0AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E0F0AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #E0F0AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E0F0AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E0F0AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E0F0AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E0F0AD;
-webkit-box-shadow: 1px 1px 3px 2px #E0F0AD;
box-shadow: 1px 1px 3px 2px #E0F0AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E0F0AD; -webkit-box-shadow: 1px 1px 3px 2px #E0F0AD; box-shadow:1px 1px 3px 2px #E0F0AD;">
Div content here
</div>
This text has color #E0F0AD on black background.
This text has color #E0F0AD on white background.
This text has black color on #E0F0AD background.
This text has white color on #E0F0AD background.
Complementary color for #hex is #1F0F52.