Color Hex Logo

#aa9bcc Color Hex

#AA9BCC
(170,155,204)
0 Favorites   0 Comments

Color spaces of #aa9bcc

RGB 170155204
HSL0.720.320.70
HSV258°24°80°
CMYK 0.170.240.00   0.20
XYZ39.198036.348462.0767
Yxy36.34840.28480.2641
Hunter Lab60.289610.5470-18.8447
CIE-Lab66.785315.3402-23.1056

#aa9bcc color RGB value is (170,155,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011011 11001100
Octal 252 233 314
Decimal 170 155 204
Hex AA 9B CC

RGB Percentages of Color #aa9bcc

%32.14
%29.30
%38.56

CMYK Percentages of Color #aa9bcc

%17
%24
%0
%20

Triadic Colors of #aa9bcc

#aa9bcc #ccaa9b #9bccaa

Analogous Colors of #aa9bcc

#aa9bcc #c39bcc #9ba5cc

Monochromatic Colors of #aa9bcc

#aa9bcc

Complementary Color

#aa9bcc #bdcc9b

#aa9bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9bcc Color CSS Codes

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

#aa9bcc Text Font Color

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

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


#aa9bcc Background Color

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

This div background color is #aa9bcc


#aa9bcc Border Color

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

This div border color is #aa9bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9bcc


Comments

No comments written yet.

Please login to write comment.