Color Hex Logo

#aab081 Color Hex

#AAB081
(170,176,129)
0 Favorites   0 Comments

Color spaces of #aab081

RGB 170176129
HSL0.190.230.60
HSV68°27°69°
CMYK 0.030.000.27   0.31
XYZ36.065341.181726.8169
Yxy41.18170.34660.3957
Hunter Lab64.1730-11.985420.1447
CIE-Lab70.3030-10.013823.4324

#aab081 color RGB value is (170,176,129).

#aab081 hex color red value is 170, green value is 176 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #aab081 hue: 0.19 , saturation: 0.23 and the lightness value of aab081 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110000 10000001
Octal 252 260 201
Decimal 170 176 129
Hex AA B0 81

RGB Percentages of Color #aab081

%35.79
%37.05
%27.16

CMYK Percentages of Color #aab081

%3
%0
%27
%31

Triadic Colors of #aab081

#aab081 #81aab0 #b081aa

Analogous Colors of #aab081

#aab081 #93b081 #b09f81

Monochromatic Colors of #aab081

#aab081

Complementary Color

#aab081 #8781b0

#aab081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab081 Color CSS Codes

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

#aab081 Text Font Color

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

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


#aab081 Background Color

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

This div background color is #aab081


#aab081 Border Color

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

This div border color is #aab081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab081


Comments

No comments written yet.

Please login to write comment.