HEX: #ADE007
RGB: (173,224,7)
#ADE007 contains mainly red and green colors. Web safe color of #ADE007 is #99CC00 (or #9C0).
#ADE007 color RGB value is (173,224,7).
RGB: (173,224,7)
(68%, 88%, 3%)
R 173 of 255 = 68%
G 224 of 255 = 88%
B 7 of 255 = 3%
R + G + B ~ 53%. #ADE007 is middle color (not dark and not light).
R + G + B = 173 + 224 + 7 = 404 (100%)
R 173 of 404 ~ 42.82%
G 224 of 404 ~ 55.45%
B 7 of 404 ~ 1.73'%
#ADE007 color CMYK value is (23,0,97,12).
CMYK: (23,0,97,12)
C23M0Y97K12 (23%, 0%, 97%, 12%)
(0.23 / 0.00 / 0.97 / 0.12)
Color #ADE007 in popluar color models
AD | E0 | 07 | |
---|---|---|---|
RGB | 173 | 224 | 7 |
HSL | 74° | 93.94% | 45.29% |
HSB/HSV | 74° | 96.88% | 87.84% |
CMYK | 22.77% | 0.00% | 96.88% |
12.16% |
Color #ADE007 in popluar number systems.
HEX | AD | E0 | 07 |
Decimal | 173 | 224 | 7 |
Binary | 10101101 | 11100000 | 111 |
Octal | 255 | 340 | 7 |
Shades of #ADE007
Tints of #ADE007
Examples of css and html codes for elements with #ADE007 color. Also use rgb(173,224,7) instead hex code.
.myTextColor { color: #ADE007; }
<p style="color:#ADE007">This sample text font color is #ADE007.</p>
This text font color is #ADE007.
.myBgColor { background-color: #ADE007; }
<div style="background-color:#ADE007">Inner text</div>
This div background color is #ADE007.
.myBorderColor { border: 1px solid #ADE007; }
<div style="border:3px solid #ADE007">Div</div>
This div border color is #ADE007.
.myOpacity80 { color: #ADE007; opacity: 0.8; }
<p style="color:#ADE007;opacity:0.8;">80%</p>
Text with #ADE007 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADE007;}
<p style="text-shadow: 3px 3px 1px #ADE007">Text here.</p>
This text has shadow with #ADE007 color.
.textShadow {text-shadow: 3px 3px 1px #ADE007', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADE007, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADE007 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADE007, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADE007, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADE007 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADE007;
-webkit-box-shadow: 1px 1px 3px 2px #ADE007;
box-shadow: 1px 1px 3px 2px #ADE007;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADE007; -webkit-box-shadow: 1px 1px 3px 2px #ADE007; box-shadow:1px 1px 3px 2px #ADE007;">
Div content here
</div>
This text has color #ADE007 on black background.
This text has color #ADE007 on white background.
This text has black color on #ADE007 background.
This text has white color on #ADE007 background.
Complementary color for #hex is #521FF8.