Color Hex Logo

#aab08d Color Hex

#AAB08D
(170,176,141)
0 Favorites   0 Comments

Color spaces of #aab08d

RGB 170176141
HSL0.200.180.62
HSV70°20°69°
CMYK 0.030.000.20   0.31
XYZ36.910641.519831.2680
Yxy41.51980.33650.3785
Hunter Lab64.4359-10.513116.3342
CIE-Lab70.5386-8.222817.2543

#aab08d color RGB value is (170,176,141).

#aab08d hex color red value is 170, green value is 176 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #aab08d hue: 0.20 , saturation: 0.18 and the lightness value of aab08d is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110000 10001101
Octal 252 260 215
Decimal 170 176 141
Hex AA B0 8D

RGB Percentages of Color #aab08d

%34.91
%36.14
%28.95

CMYK Percentages of Color #aab08d

%3
%0
%20
%31

Triadic Colors of #aab08d

#aab08d #8daab0 #b08daa

Analogous Colors of #aab08d

#aab08d #99b08d #b0a58d

Monochromatic Colors of #aab08d

#aab08d

Complementary Color

#aab08d #938db0

#aab08d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab08d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab08d Color CSS Codes

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

#aab08d Text Font Color

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

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


#aab08d Background Color

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

This div background color is #aab08d


#aab08d Border Color

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

This div border color is #aab08d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab08d


Comments

No comments written yet.

Please login to write comment.