Color Hex Logo

#aac1cc Color Hex

#AAC1CC
(170,193,204)
0 Favorites   0 Comments

Color spaces of #aac1cc

RGB 170193204
HSL0.550.250.73
HSV199°17°80°
CMYK 0.170.050.00   0.20
XYZ46.546651.045664.5263
Yxy51.04560.28710.3149
Hunter Lab71.4462-8.7396-3.5351
CIE-Lab76.7066-5.4853-8.1531

#aac1cc color RGB value is (170,193,204).

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

The process color (four color CMYK) of #aac1cc color hex is 0.17, 0.05, 0.00, 0.20. Web safe color of #aac1cc is #99cccc. Color #aac1cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000001 11001100
Octal 252 301 314
Decimal 170 193 204
Hex AA C1 CC

RGB Percentages of Color #aac1cc

%29.98
%34.04
%35.98

CMYK Percentages of Color #aac1cc

%17
%5
%0
%20

Triadic Colors of #aac1cc

#aac1cc #ccaac1 #c1ccaa

Analogous Colors of #aac1cc

#aac1cc #aab0cc #aaccc6

Monochromatic Colors of #aac1cc

#aac1cc

Complementary Color

#aac1cc #ccb5aa

#aac1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac1cc Color CSS Codes

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

#aac1cc Text Font Color

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

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


#aac1cc Background Color

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

This div background color is #aac1cc


#aac1cc Border Color

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

This div border color is #aac1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac1cc


Comments

No comments written yet.

Please login to write comment.