Color Hex Logo

#aab6ac Color Hex

#AAB6AC
(170,182,172)
0 Favorites   0 Comments

Color spaces of #aab6ac

RGB 170182172
HSL0.360.080.69
HSV130°71°
CMYK 0.070.000.05   0.29
XYZ40.751944.980545.5640
Yxy44.98050.31040.3426
Hunter Lab67.0675-8.90706.6671
CIE-Lab72.8791-6.07183.6447

#aab6ac color RGB value is (170,182,172).

#aab6ac hex color red value is 170, green value is 182 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #aab6ac hue: 0.36 , saturation: 0.08 and the lightness value of aab6ac is 0.69.

The process color (four color CMYK) of #aab6ac color hex is 0.07, 0.00, 0.05, 0.29. Web safe color of #aab6ac is #99cc99. Color #aab6ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110110 10101100
Octal 252 266 254
Decimal 170 182 172
Hex AA B6 AC

RGB Percentages of Color #aab6ac

%32.44
%34.73
%32.82

CMYK Percentages of Color #aab6ac

%7
%0
%5
%29

Triadic Colors of #aab6ac

#aab6ac #acaab6 #b6acaa

Analogous Colors of #aab6ac

#aab6ac #aab6b2 #aeb6aa

Monochromatic Colors of #aab6ac

#aab6ac

Complementary Color

#aab6ac #b6aab4

#aab6ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab6ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab6ac Color CSS Codes

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

#aab6ac Text Font Color

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

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


#aab6ac Background Color

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

This div background color is #aab6ac


#aab6ac Border Color

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

This div border color is #aab6ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab6ac


Comments

No comments written yet.

Please login to write comment.