Color Hex Logo

#aaaccc Color Hex

#AAACCC
(170,172,204)
0 Favorites   0 Comments

Color spaces of #aaaccc

RGB 170172204
HSL0.660.250.73
HSV236°17°80°
CMYK 0.170.160.00   0.20
XYZ42.229242.410763.0871
Yxy42.41070.28590.2871
Hunter Lab65.12351.7818-11.8496
CIE-Lab71.15325.8694-16.4697

#aaaccc color RGB value is (170,172,204).

#aaaccc hex color red value is 170, green value is 172 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #aaaccc hue: 0.66 , saturation: 0.25 and the lightness value of aaaccc is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 11001100
Octal 252 254 314
Decimal 170 172 204
Hex AA AC CC

RGB Percentages of Color #aaaccc

%31.14
%31.50
%37.36

CMYK Percentages of Color #aaaccc

%17
%16
%0
%20

Triadic Colors of #aaaccc

#aaaccc #ccaaac #acccaa

Analogous Colors of #aaaccc

#aaaccc #b9aacc #aabdcc

Monochromatic Colors of #aaaccc

#aaaccc

Complementary Color

#aaaccc #cccaaa

#aaaccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaccc Color CSS Codes

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

#aaaccc Text Font Color

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

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


#aaaccc Background Color

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

This div background color is #aaaccc


#aaaccc Border Color

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

This div border color is #aaaccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaccc

#aaaccc Color Palettes


Comments

No comments written yet.

Please login to write comment.