color details

Color Details
#aaadb0 Color Hex

#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
Color spaces of #aaadb0Value
RGB170, 173, 176
HSL0.58, 0.04, 0.68
HSV210°, 3°, 69°
XYZ39.36, 41.57, 47.02
Base Numbers
Base Red Green Blue
Binary 10101010 10101101 10110000
Octal 252 255 260
Decimal 170 173 176
Hex AA AD B0

RGB Percentages for Color #aaadb0

32.76%
33.33%
33.91%

CMYK Percentages of the Color #aaadb0

3.41%
1.7%
30.98%
CSS Codes for Color #aaadb0
.mybgColor {background-color: #aaadb0;}
.myforeColor {color: #aaadb0;}
.myborderColor {border:3px solid #aaadb0;}
Text Font Color #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,

Background Color #aaadb0

<div style="background-color:#aaadb0">Div content here</div>

The background color of this div is #aaadb0
Border Color #aaadb0

<div style="border:3px solid #aaadb0">Div here</div>

The border color of this div is #aaadb0
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170, 173, 176, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #aaadb0;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #aaadb0
Scroll to Top