#adc1aa color RGB value is (10, 220, 26).
#adc1aa hex color red value is 10, green value is 220, and blue value is 26.
Cylindrical-coordinate representations (HSL) of color #adc1aa
hue: 124.57,
saturation: 0.91 and lightness: 0.45.
The process color (four-color CMYK) of #adc1aa color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #adc1aa is #ff9999. Color #adc1aa contains mainly RED.
| Color spaces of #adc1aa | Value |
|---|---|
| RGB | 173, 193, 170 |
| HSL | 0.31, 0.16, 0.71 |
| HSV | 112°, 12°, 76° |
| XYZ | 43.56, 49.93, 45.36 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10101101 | 11000001 | 10101010 |
| Octal | 255 | 301 | 252 |
| Decimal | 173 | 193 | 170 |
| Hex | AD | C1 | AA |
Shades of #adc1aa
Tints of #adc1aa
.mybgColor {background-color: #adc1aa;}
.myforeColor {color: #adc1aa;}
.myborderColor {border:3px solid #adc1aa;}
<p style="color:#adc1aa">Text here</p>
This sample text is styled with the font color #adc1aa. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#adc1aa">Div content here</div>
<div style="border:3px solid #adc1aa">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(173, 193, 170, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #adc1aa; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #adc1aa;
-webkit-box-shadow: 1px 1px 3px #adc1aa;
box-shadow: 1px 1px 3px #adc1aa; }
<p style="text-shadow: 4px 4px 2px rgba(173, 193, 170, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #adc1aa;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #adc1aa;
-webkit-box-shadow: 1px 1px 3px #adc1aa;
box-shadow: 1px 1px 3px #adc1aa;">Div content here</div>
