Color Hex Logo

#aaab8c Color Hex

#AAAB8C
(170,171,140)
0 Favorites   0 Comments

Color spaces of #aaab8c

RGB 170171140
HSL0.170.160.61
HSV62°18°67°
CMYK 0.010.000.18   0.33
XYZ35.874139.565330.5570
Yxy39.56530.33840.3733
Hunter Lab62.9010-8.273315.2279
CIE-Lab69.1588-5.722515.8831

#aaab8c color RGB value is (170,171,140).

#aaab8c hex color red value is 170, green value is 171 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #aaab8c hue: 0.17 , saturation: 0.16 and the lightness value of aaab8c is 0.61.

The process color (four color CMYK) of #aaab8c color hex is 0.01, 0.00, 0.18, 0.33. Web safe color of #aaab8c is #999999. Color #aaab8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101011 10001100
Octal 252 253 214
Decimal 170 171 140
Hex AA AB 8C

RGB Percentages of Color #aaab8c

%35.34
%35.55
%29.11

CMYK Percentages of Color #aaab8c

%1
%0
%18
%33

Triadic Colors of #aaab8c

#aaab8c #8caaab #ab8caa

Analogous Colors of #aaab8c

#aaab8c #9bab8c #ab9d8c

Monochromatic Colors of #aaab8c

#aaab8c

Complementary Color

#aaab8c #8d8cab

#aaab8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaab8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaab8c Color CSS Codes

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

#aaab8c Text Font Color

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

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


#aaab8c Background Color

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

This div background color is #aaab8c


#aaab8c Border Color

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

This div border color is #aaab8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaab8c


Comments

No comments written yet.

Please login to write comment.