Color Hex Logo

#aab19c Color Hex

#AAB19C
(170,177,156)
0 Favorites   0 Comments

Color spaces of #aab19c

RGB 170177156
HSL0.220.120.65
HSV80°12°69°
CMYK 0.040.000.12   0.31
XYZ38.300542.390637.6160
Yxy42.39060.32370.3583
Hunter Lab65.1081-8.934611.3210
CIE-Lab71.1394-6.29009.9048

#aab19c color RGB value is (170,177,156).

#aab19c hex color red value is 170, green value is 177 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #aab19c hue: 0.22 , saturation: 0.12 and the lightness value of aab19c is 0.65.

The process color (four color CMYK) of #aab19c color hex is 0.04, 0.00, 0.12, 0.31. Web safe color of #aab19c is #999999. Color #aab19c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110001 10011100
Octal 252 261 234
Decimal 170 177 156
Hex AA B1 9C

RGB Percentages of Color #aab19c

%33.80
%35.19
%31.01

CMYK Percentages of Color #aab19c

%4
%0
%12
%31

Triadic Colors of #aab19c

#aab19c #9caab1 #b19caa

Analogous Colors of #aab19c

#aab19c #a0b19c #b1ae9c

Monochromatic Colors of #aab19c

#aab19c

Complementary Color

#aab19c #a39cb1

#aab19c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab19c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab19c Color CSS Codes

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

#aab19c Text Font Color

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

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


#aab19c Background Color

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

This div background color is #aab19c


#aab19c Border Color

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

This div border color is #aab19c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab19c


Comments

No comments written yet.

Please login to write comment.