Color Hex Logo

#aaa2cc Color Hex

#AAA2CC
(170,162,204)
0 Favorites   0 Comments

Color spaces of #aaa2cc

RGB 170162204
HSL0.700.290.72
HSV251°21°80°
CMYK 0.170.210.00   0.20
XYZ40.397038.746362.4764
Yxy38.74630.28520.2736
Hunter Lab62.24656.9122-15.9364
CIE-Lab68.567111.4166-20.3887

#aaa2cc color RGB value is (170,162,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100010 11001100
Octal 252 242 314
Decimal 170 162 204
Hex AA A2 CC

RGB Percentages of Color #aaa2cc

%31.72
%30.22
%38.06

CMYK Percentages of Color #aaa2cc

%17
%21
%0
%20

Triadic Colors of #aaa2cc

#aaa2cc #ccaaa2 #a2ccaa

Analogous Colors of #aaa2cc

#aaa2cc #bfa2cc #a2afcc

Monochromatic Colors of #aaa2cc

#aaa2cc

Complementary Color

#aaa2cc #c4cca2

#aaa2cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa2cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa2cc Color CSS Codes

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

#aaa2cc Text Font Color

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

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


#aaa2cc Background Color

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

This div background color is #aaa2cc


#aaa2cc Border Color

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

This div border color is #aaa2cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,162,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 #aaa2cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa2cc


Comments

No comments written yet.

Please login to write comment.