Color Hex Logo

#aa9aca Color Hex

#AA9ACA
(170,154,202)
0 Favorites   0 Comments

Color spaces of #aa9aca

RGB 170154202
HSL0.720.310.70
HSV260°24°79°
CMYK 0.160.240.00   0.21
XYZ38.793835.921560.7660
Yxy35.92150.28630.2651
Hunter Lab59.934510.6521-18.1583
CIE-Lab66.459915.4590-22.4911

#aa9aca color RGB value is (170,154,202).

#aa9aca hex color red value is 170, green value is 154 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aa9aca hue: 0.72 , saturation: 0.31 and the lightness value of aa9aca is 0.70.

The process color (four color CMYK) of #aa9aca color hex is 0.16, 0.24, 0.00, 0.21. Web safe color of #aa9aca is #9999cc. Color #aa9aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011010 11001010
Octal 252 232 312
Decimal 170 154 202
Hex AA 9A CA

RGB Percentages of Color #aa9aca

%32.32
%29.28
%38.40

CMYK Percentages of Color #aa9aca

%16
%24
%0
%21

Triadic Colors of #aa9aca

#aa9aca #caaa9a #9acaaa

Analogous Colors of #aa9aca

#aa9aca #c29aca #9aa2ca

Monochromatic Colors of #aa9aca

#aa9aca

Complementary Color

#aa9aca #baca9a

#aa9aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9aca Color CSS Codes

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

#aa9aca Text Font Color

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

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


#aa9aca Background Color

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

This div background color is #aa9aca


#aa9aca Border Color

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

This div border color is #aa9aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9aca


Comments

No comments written yet.

Please login to write comment.