Color Hex Logo

#aaa8ab Color Hex

#AAA8AB
(170,168,171)
0 Favorites   0 Comments

Color spaces of #aaa8ab

RGB 170168171
HSL0.780.020.66
HSV280°67°
CMYK 0.010.020.00   0.33
XYZ37.930939.491644.1515
Yxy39.49160.31200.3248
Hunter Lab62.8423-2.23362.3339
CIE-Lab69.10591.2833-1.2987

#aaa8ab color RGB value is (170,168,171).

#aaa8ab hex color red value is 170, green value is 168 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #aaa8ab hue: 0.78 , saturation: 0.02 and the lightness value of aaa8ab is 0.66.

The process color (four color CMYK) of #aaa8ab color hex is 0.01, 0.02, 0.00, 0.33. Web safe color of #aaa8ab is #999999. Color #aaa8ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101000 10101011
Octal 252 250 253
Decimal 170 168 171
Hex AA A8 AB

RGB Percentages of Color #aaa8ab

%33.40
%33.01
%33.60

CMYK Percentages of Color #aaa8ab

%1
%2
%0
%33

Triadic Colors of #aaa8ab

#aaa8ab #abaaa8 #a8abaa

Analogous Colors of #aaa8ab

#aaa8ab #aba8ab #a9a8ab

Monochromatic Colors of #aaa8ab

#aaa8ab

Complementary Color

#aaa8ab #a9aba8

#aaa8ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa8ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa8ab Color CSS Codes

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

#aaa8ab Text Font Color

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

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


#aaa8ab Background Color

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

This div background color is #aaa8ab


#aaa8ab Border Color

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

This div border color is #aaa8ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa8ab


Comments

No comments written yet.

Please login to write comment.