Color Hex Logo

#aab0ac Color Hex

#AAB0AC
(170,176,172)
0 Favorites   0 Comments

Color spaces of #aab0ac

RGB 170176172
HSL0.390.040.68
HSV140°69°
CMYK 0.030.000.02   0.31
XYZ39.549342.575345.1631
Yxy42.57530.31070.3345
Hunter Lab65.2498-5.99434.6368
CIE-Lab71.2658-2.86371.3032

#aab0ac color RGB value is (170,176,172).

#aab0ac hex color red value is 170, green value is 176 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #aab0ac hue: 0.39 , saturation: 0.04 and the lightness value of aab0ac is 0.68.

The process color (four color CMYK) of #aab0ac color hex is 0.03, 0.00, 0.02, 0.31. Web safe color of #aab0ac is #999999. Color #aab0ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110000 10101100
Octal 252 260 254
Decimal 170 176 172
Hex AA B0 AC

RGB Percentages of Color #aab0ac

%32.82
%33.98
%33.20

CMYK Percentages of Color #aab0ac

%3
%0
%2
%31

Triadic Colors of #aab0ac

#aab0ac #acaab0 #b0acaa

Analogous Colors of #aab0ac

#aab0ac #aab0af #abb0aa

Monochromatic Colors of #aab0ac

#aab0ac

Complementary Color

#aab0ac #b0aaae

#aab0ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab0ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab0ac Color CSS Codes

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

#aab0ac Text Font Color

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

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


#aab0ac Background Color

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

This div background color is #aab0ac


#aab0ac Border Color

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

This div border color is #aab0ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab0ac


Comments

No comments written yet.

Please login to write comment.