Color Hex Logo

#aab0a8 Color Hex

#AAB0A8
(170,176,168)
0 Favorites   0 Comments

Color spaces of #aab0a8

RGB 170176168
HSL0.290.050.67
HSV105°69°
CMYK 0.030.000.05   0.31
XYZ39.170842.423943.1699
Yxy42.42390.31400.3400
Hunter Lab65.1336-6.63556.2967
CIE-Lab71.1622-3.61203.3520

#aab0a8 color RGB value is (170,176,168).

#aab0a8 hex color red value is 170, green value is 176 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #aab0a8 hue: 0.29 , saturation: 0.05 and the lightness value of aab0a8 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110000 10101000
Octal 252 260 250
Decimal 170 176 168
Hex AA B0 A8

RGB Percentages of Color #aab0a8

%33.07
%34.24
%32.68

CMYK Percentages of Color #aab0a8

%3
%0
%5
%31

Triadic Colors of #aab0a8

#aab0a8 #a8aab0 #b0a8aa

Analogous Colors of #aab0a8

#aab0a8 #a8b0aa #aeb0a8

Monochromatic Colors of #aab0a8

#aab0a8

Complementary Color

#aab0a8 #aea8b0

#aab0a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab0a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab0a8 Color CSS Codes

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

#aab0a8 Text Font Color

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

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


#aab0a8 Background Color

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

This div background color is #aab0a8


#aab0a8 Border Color

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

This div border color is #aab0a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab0a8


Comments

No comments written yet.

Please login to write comment.