Color Hex Logo

#aa9cad Color Hex

#AA9CAD
(170,156,173)
0 Favorites   0 Comments

Color spaces of #aa9cad

RGB 170156173
HSL0.800.090.65
HSV289°10°68°
CMYK 0.020.100.00   0.32
XYZ36.008935.340144.4586
Yxy35.34010.31090.3052
Hunter Lab59.44754.0888-2.7275
CIE-Lab66.01268.2907-6.9744

#aa9cad color RGB value is (170,156,173).

#aa9cad hex color red value is 170, green value is 156 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #aa9cad hue: 0.80 , saturation: 0.09 and the lightness value of aa9cad is 0.65.

The process color (four color CMYK) of #aa9cad color hex is 0.02, 0.10, 0.00, 0.32. Web safe color of #aa9cad is #999999. Color #aa9cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011100 10101101
Octal 252 234 255
Decimal 170 156 173
Hex AA 9C AD

RGB Percentages of Color #aa9cad

%34.07
%31.26
%34.67

CMYK Percentages of Color #aa9cad

%2
%10
%0
%32

Triadic Colors of #aa9cad

#aa9cad #adaa9c #9cadaa

Analogous Colors of #aa9cad

#aa9cad #ad9ca8 #a29cad

Monochromatic Colors of #aa9cad

#aa9cad

Complementary Color

#aa9cad #9fad9c

#aa9cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9cad Color CSS Codes

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

#aa9cad Text Font Color

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

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


#aa9cad Background Color

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

This div background color is #aa9cad


#aa9cad Border Color

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

This div border color is #aa9cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9cad


Comments

No comments written yet.

Please login to write comment.