Color Hex Logo

#aa9acb Color Hex

#AA9ACB
(170,154,203)
0 Favorites   0 Comments

Color spaces of #aa9acb

RGB 170154203
HSL0.720.320.70
HSV260°24°80°
CMYK 0.160.240.00   0.20
XYZ38.912735.969061.3917
Yxy35.96900.28550.2639
Hunter Lab59.974210.8604-18.7095
CIE-Lab66.496215.6809-22.9917

#aa9acb color RGB value is (170,154,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011010 11001011
Octal 252 232 313
Decimal 170 154 203
Hex AA 9A CB

RGB Percentages of Color #aa9acb

%32.26
%29.22
%38.52

CMYK Percentages of Color #aa9acb

%16
%24
%0
%20

Triadic Colors of #aa9acb

#aa9acb #cbaa9a #9acbaa

Analogous Colors of #aa9acb

#aa9acb #c39acb #9aa3cb

Monochromatic Colors of #aa9acb

#aa9acb

Complementary Color

#aa9acb #bbcb9a

#aa9acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9acb Color CSS Codes

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

#aa9acb Text Font Color

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

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


#aa9acb Background Color

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

This div background color is #aa9acb


#aa9acb Border Color

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

This div border color is #aa9acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9acb


Comments

No comments written yet.

Please login to write comment.