Color Hex Logo

#aab080 Color Hex

#AAB080
(170,176,128)
0 Favorites   0 Comments

Color spaces of #aab080

RGB 170176128
HSL0.190.230.60
HSV68°27°69°
CMYK 0.030.000.27   0.31
XYZ35.999241.155226.4685
Yxy41.15520.34740.3972
Hunter Lab64.1523-12.100920.4443
CIE-Lab70.2845-10.155323.9458

#aab080 color RGB value is (170,176,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110000 10000000
Octal 252 260 200
Decimal 170 176 128
Hex AA B0 80

RGB Percentages of Color #aab080

%35.86
%37.13
%27.00

CMYK Percentages of Color #aab080

%3
%0
%27
%31

Triadic Colors of #aab080

#aab080 #80aab0 #b080aa

Analogous Colors of #aab080

#aab080 #92b080 #b09e80

Monochromatic Colors of #aab080

#aab080

Complementary Color

#aab080 #8680b0

#aab080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab080 Color CSS Codes

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

#aab080 Text Font Color

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

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


#aab080 Background Color

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

This div background color is #aab080


#aab080 Border Color

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

This div border color is #aab080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab080


Comments

No comments written yet.

Please login to write comment.