Color Hex Logo

#aa9dab Color Hex

#AA9DAB
(170,157,171)
0 Favorites   0 Comments

Color spaces of #aa9dab

RGB 170157171
HSL0.820.080.64
HSV296°67°
CMYK 0.010.080.00   0.33
XYZ35.985235.600343.5030
Yxy35.60030.31270.3093
Hunter Lab59.66603.2398-1.4627
CIE-Lab66.21347.3458-5.5574

#aa9dab color RGB value is (170,157,171).

#aa9dab hex color red value is 170, green value is 157 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #aa9dab hue: 0.82 , saturation: 0.08 and the lightness value of aa9dab is 0.64.

The process color (four color CMYK) of #aa9dab color hex is 0.01, 0.08, 0.00, 0.33. Web safe color of #aa9dab is #999999. Color #aa9dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011101 10101011
Octal 252 235 253
Decimal 170 157 171
Hex AA 9D AB

RGB Percentages of Color #aa9dab

%34.14
%31.53
%34.34

CMYK Percentages of Color #aa9dab

%1
%8
%0
%33

Triadic Colors of #aa9dab

#aa9dab #abaa9d #9dabaa

Analogous Colors of #aa9dab

#aa9dab #ab9da5 #a39dab

Monochromatic Colors of #aa9dab

#aa9dab

Complementary Color

#aa9dab #9eab9d

#aa9dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9dab Color CSS Codes

.mybgcolor {background-color:#aa9dab; } 
.myforecolor {color:#aa9dab; }
.mybordercolor {border:3px solid #aa9dab; }

#aa9dab Text Font Color

<p style="color:#aa9dab">Text here</p>

This sample text font color is #aa9dab
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#aa9dab Background Color

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

This div background color is #aa9dab


#aa9dab Border Color

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

This div border color is #aa9dab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,157,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aa9dab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aa9dab;
  -webkit-box-shadow: 1px 1px 3px 2px #aa9dab;
  box-shadow:         1px 1px 3px 2px #aa9dab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #aa9dab;
  -webkit-box-shadow: 1px 1px 3px 2px #aa9dab;
  box-shadow:         1px 1px 3px 2px #aa9dab;">
Div content here</div>

This div box has shadow with color #aa9dab


Comments

No comments written yet.

Please login to write comment.