HEX: #ADEB7F
RGB: (173,235,127)
#ADEB7F contains mainly green color. #ADEB7F ‘ nin web güvenlik rengi #99FF66 (ya da #9F6) dir.
#ADEB7F color RGB value is (173,235,127).
RGB: (173,235,127)
(68%, 92%, 50%)
R 173 of 255 = 68%
G 235 of 255 = 92%
B 127 of 255 = 50%
R + G + B ~ 70%. #ADEB7F is quite light color.
R + G + B = 173 + 235 + 127 = 535 (100%)
R 173 of 535 ~ 32.34%
G 235 of 535 ~ 43.93%
B 127 of 535 ~ 23.74'%
#ADEB7F rengi CMYK tonu (26,0,46,8).
CMYK: (26,0,46,8)
C26M0Y46K8 (26%, 0%, 46%, 8%)
(0.26 / 0.00 / 0.46 / 0.08)
Color #ADEB7F in popluar color models
AD | EB | 7F | |
---|---|---|---|
RGB | 173 | 235 | 127 |
HSL | 94° | 72.97% | 70.98% |
HSB/HSV | 94° | 45.96% | 92.16% |
CMYK | 26.38% | 0.00% | 45.96% |
7.84% |
Color #ADEB7F in popluar number systems.
HEX | AD | EB | 7F |
Decimal | 173 | 235 | 127 |
Binary | 10101101 | 11101011 | 1111111 |
Octal | 255 | 353 | 177 |
Shades of #ADEB7F
Tints of #ADEB7F
Examples of css and html codes for elements with #ADEB7F color. Also use rgb(173,235,127) instead hex code.
.myTextColor { color: #ADEB7F; }
<p style="color:#ADEB7F">This sample text font color is #ADEB7F.</p>
This text font color is #ADEB7F.
.myBgColor { background-color: #ADEB7F; }
<div style="background-color:#ADEB7F">Inner text</div>
This div background color is #ADEB7F.
.myBorderColor { border: 1px solid #ADEB7F; }
<div style="border:3px solid #ADEB7F">Div</div>
This div border color is #ADEB7F.
.myOpacity80 { color: #ADEB7F; opacity: 0.8; }
<p style="color:#ADEB7F;opacity:0.8;">80%</p>
Text with #ADEB7F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADEB7F;}
<p style="text-shadow: 3px 3px 1px #ADEB7F">Text here.</p>
This text has shadow with #ADEB7F color.
.textShadow {text-shadow: 3px 3px 1px #ADEB7F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADEB7F, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADEB7F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADEB7F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADEB7F, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADEB7F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADEB7F;
-webkit-box-shadow: 1px 1px 3px 2px #ADEB7F;
box-shadow: 1px 1px 3px 2px #ADEB7F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADEB7F; -webkit-box-shadow: 1px 1px 3px 2px #ADEB7F; box-shadow:1px 1px 3px 2px #ADEB7F;">
Div content here
</div>
This text has color #ADEB7F on black background.
This text has color #ADEB7F on white background.
This text has black color on #ADEB7F background.
This text has white color on #ADEB7F background.
Complementary color for #hex is #521480.