#aaadb0 color RGB value is (10, 170, 219).
#aaadb0 hex color red value is 10, green value is 170, and blue value is 219.
Cylindrical-coordinate representations (HSL) of color #aaadb0
hue: 194.07,
saturation: 0.91 and lightness: 0.45.
The process color (four-color CMYK) of #aaadb0 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #aaadb0 is #ff9999. Color #aaadb0 contains mainly RED.
Color spaces of #aaadb0 | Value |
---|---|
RGB | 170, 173, 176 |
HSL | 0.58, 0.04, 0.68 |
HSV | 210°, 3°, 69° |
XYZ | 39.36, 41.57, 47.02 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10101101 | 10110000 |
Octal | 252 | 255 | 260 |
Decimal | 170 | 173 | 176 |
Hex | AA | AD | B0 |
Shades of #aaadb0
Tints of #aaadb0
.mybgColor {background-color: #aaadb0;} .myforeColor {color: #aaadb0;} .myborderColor {border:3px solid #aaadb0;}
<p style="color:#aaadb0">Text here</p>
This sample text is styled with the font color #aaadb0. 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:#aaadb0">Div content here</div>
<div style="border:3px solid #aaadb0">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170, 173, 176, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaadb0; } .divShadow { -moz-box-shadow: 1px 1px 3px #aaadb0; -webkit-box-shadow: 1px 1px 3px #aaadb0; box-shadow: 1px 1px 3px #aaadb0; }
<p style="text-shadow: 4px 4px 2px rgba(170, 173, 176, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #aaadb0;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #aaadb0;
-webkit-box-shadow: 1px 1px 3px #aaadb0;
box-shadow: 1px 1px 3px #aaadb0;">Div content here</div>