#adc3b9 color RGB value is (10, 220, 59).
#adc3b9 hex color red value is 10, green value is 220, and blue value is 59.
Cylindrical-coordinate representations (HSL) of color #adc3b9
hue: 134,
saturation: 0.91 and lightness: 0.45.
The process color (four-color CMYK) of #adc3b9 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #adc3b9 is #ff9999. Color #adc3b9 contains mainly RED.
| Color spaces of #adc3b9 | Value |
|---|---|
| RGB | 173, 195, 185 |
| HSL | 0.42, 0.15, 0.72 |
| HSV | 153°, 11°, 76° |
| XYZ | 45.5, 51.42, 53.42 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10101101 | 11000011 | 10111001 |
| Octal | 255 | 303 | 271 |
| Decimal | 173 | 195 | 185 |
| Hex | AD | C3 | B9 |
Shades of #adc3b9
Tints of #adc3b9
.mybgColor {background-color: #adc3b9;}
.myforeColor {color: #adc3b9;}
.myborderColor {border:3px solid #adc3b9;}
<p style="color:#adc3b9">Text here</p>
This sample text is styled with the font color #adc3b9. 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:#adc3b9">Div content here</div>
<div style="border:3px solid #adc3b9">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(173, 195, 185, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #adc3b9; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #adc3b9;
-webkit-box-shadow: 1px 1px 3px #adc3b9;
box-shadow: 1px 1px 3px #adc3b9; }
<p style="text-shadow: 4px 4px 2px rgba(173, 195, 185, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #adc3b9;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #adc3b9;
-webkit-box-shadow: 1px 1px 3px #adc3b9;
box-shadow: 1px 1px 3px #adc3b9;">Div content here</div>
