Color Hex Logo

#aab19d Color Hex

#AAB19D
(170,177,157)
0 Favorites   0 Comments

Color spaces of #aab19d

RGB 170177157
HSL0.230.110.65
HSV81°11°69°
CMYK 0.040.000.11   0.31
XYZ38.385542.424638.0639
Yxy42.42460.32290.3569
Hunter Lab65.1342-8.789410.9453
CIE-Lab71.1627-6.11749.3902

#aab19d color RGB value is (170,177,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110001 10011101
Octal 252 261 235
Decimal 170 177 157
Hex AA B1 9D

RGB Percentages of Color #aab19d

%33.73
%35.12
%31.15

CMYK Percentages of Color #aab19d

%4
%0
%11
%31

Triadic Colors of #aab19d

#aab19d #9daab1 #b19daa

Analogous Colors of #aab19d

#aab19d #a0b19d #b1ae9d

Monochromatic Colors of #aab19d

#aab19d

Complementary Color

#aab19d #a49db1

#aab19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab19d Color CSS Codes

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

#aab19d Text Font Color

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

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


#aab19d Background Color

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

This div background color is #aab19d


#aab19d Border Color

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

This div border color is #aab19d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab19d


Comments

No comments written yet.

Please login to write comment.