HEX: #EDF292
RGB: (237,242,146)
#EDF292 contains mainly red and green colors. Web safe color of #EDF292 is #FFFF99 (or #FF9).
#EDF292 color RGB value is (237,242,146).
RGB: (237,242,146)
(93%, 95%, 57%)
R 237 of 255 = 93%
G 242 of 255 = 95%
B 146 of 255 = 57%
R + G + B ~ 82%. #EDF292 is quite light color.
R + G + B = 237 + 242 + 146 = 625 (100%)
R 237 of 625 ~ 37.92%
G 242 of 625 ~ 38.72%
B 146 of 625 ~ 23.36'%
#EDF292 color CMYK value is (2,0,40,5).
CMYK: (2,0,40,5)
C2M0Y40K5 (2%, 0%, 40%, 5%)
(0.02 / 0.00 / 0.40 / 0.05)
Color #EDF292 in popluar color models
ED | F2 | 92 | |
---|---|---|---|
RGB | 237 | 242 | 146 |
HSL | 63° | 78.69% | 76.08% |
HSB/HSV | 63° | 39.67% | 94.90% |
CMYK | 2.07% | 0.00% | 39.67% |
5.10% |
Color #EDF292 in popluar number systems.
HEX | ED | F2 | 92 |
Decimal | 237 | 242 | 146 |
Binary | 11101101 | 11110010 | 10010010 |
Octal | 355 | 362 | 222 |
Shades of #EDF292
Tints of #EDF292
Examples of css and html codes for elements with #EDF292 color. Also use rgb(237,242,146) instead hex code.
.myTextColor { color: #EDF292; }
<p style="color:#EDF292">This sample text font color is #EDF292.</p>
This text font color is #EDF292.
.myBgColor { background-color: #EDF292; }
<div style="background-color:#EDF292">Inner text</div>
This div background color is #EDF292.
.myBorderColor { border: 1px solid #EDF292; }
<div style="border:3px solid #EDF292">Div</div>
This div border color is #EDF292.
.myOpacity80 { color: #EDF292; opacity: 0.8; }
<p style="color:#EDF292;opacity:0.8;">80%</p>
Text with #EDF292 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDF292;}
<p style="text-shadow: 3px 3px 1px #EDF292">Text here.</p>
This text has shadow with #EDF292 color.
.textShadow {text-shadow: 3px 3px 1px #EDF292', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDF292, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDF292 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDF292, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDF292, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDF292 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDF292;
-webkit-box-shadow: 1px 1px 3px 2px #EDF292;
box-shadow: 1px 1px 3px 2px #EDF292;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDF292; -webkit-box-shadow: 1px 1px 3px 2px #EDF292; box-shadow:1px 1px 3px 2px #EDF292;">
Div content here
</div>
This text has color #EDF292 on black background.
This text has color #EDF292 on white background.
This text has black color on #EDF292 background.
This text has white color on #EDF292 background.
Complementary color for #hex is #120D6D.