#aadabc color RGB value is (10, 173, 171).
#aadabc hex color red value is 10, green value is 173, and blue value is 171.
Cylindrical-coordinate representations (HSL) of color #aadabc
hue: 179.26,
saturation: 0.89 and lightness: 0.36.
The process color (four-color CMYK) of #aadabc color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #aadabc is #ff9999. Color #aadabc contains mainly RED.
| Color spaces of #aadabc | Value |
|---|---|
| RGB | 170, 218, 188 |
| HSL | 0.4, 0.39, 0.76 |
| HSV | 143°, 22°, 85° |
| XYZ | 50.72, 62.32, 56.92 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10101010 | 11011010 | 10111100 |
| Octal | 252 | 332 | 274 |
| Decimal | 170 | 218 | 188 |
| Hex | AA | DA | BC |
Shades of #aadabc
Tints of #aadabc
.mybgColor {background-color: #aadabc;}
.myforeColor {color: #aadabc;}
.myborderColor {border:3px solid #aadabc;}
<p style="color:#aadabc">Text here</p>
This sample text is styled with the font color #aadabc. 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:#aadabc">Div content here</div>
<div style="border:3px solid #aadabc">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(170, 218, 188, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #aadabc; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #aadabc;
-webkit-box-shadow: 1px 1px 3px #aadabc;
box-shadow: 1px 1px 3px #aadabc; }
<p style="text-shadow: 4px 4px 2px rgba(170, 218, 188, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #aadabc;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #aadabc;
-webkit-box-shadow: 1px 1px 3px #aadabc;
box-shadow: 1px 1px 3px #aadabc;">Div content here</div>
