Color Hex Logo

#aa9cbd Color Hex

#AA9CBD
(170,156,189)
0 Favorites   0 Comments

Color spaces of #aa9cbd

RGB 170156189
HSL0.740.200.68
HSV265°17°74°
CMYK 0.100.170.00   0.26
XYZ37.651335.997153.1078
Yxy35.99710.29700.2840
Hunter Lab59.99767.0214-10.4832
CIE-Lab66.517711.5325-15.1612

#aa9cbd color RGB value is (170,156,189).

#aa9cbd hex color red value is 170, green value is 156 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aa9cbd hue: 0.74 , saturation: 0.20 and the lightness value of aa9cbd is 0.68.

The process color (four color CMYK) of #aa9cbd color hex is 0.10, 0.17, 0.00, 0.26. Web safe color of #aa9cbd is #9999cc. Color #aa9cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011100 10111101
Octal 252 234 275
Decimal 170 156 189
Hex AA 9C BD

RGB Percentages of Color #aa9cbd

%33.01
%30.29
%36.70

CMYK Percentages of Color #aa9cbd

%10
%17
%0
%26

Triadic Colors of #aa9cbd

#aa9cbd #bdaa9c #9cbdaa

Analogous Colors of #aa9cbd

#aa9cbd #bb9cbd #9c9fbd

Monochromatic Colors of #aa9cbd

#aa9cbd

Complementary Color

#aa9cbd #afbd9c

#aa9cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9cbd Color CSS Codes

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

#aa9cbd Text Font Color

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

This sample text font color is #aa9cbd
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.


#aa9cbd Background Color

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

This div background color is #aa9cbd


#aa9cbd Border Color

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

This div border color is #aa9cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9cbd

#aa9cbd Color Palettes


Comments

No comments written yet.

Please login to write comment.