Color Hex Logo

#aab06d Color Hex

#AAB06D
(170,176,109)
0 Favorites   0 Comments

Color spaces of #aab06d

RGB 170176109
HSL0.180.300.56
HSV65°38°69°
CMYK 0.030.000.38   0.31
XYZ34.863240.700820.4866
Yxy40.70080.36300.4237
Hunter Lab63.7972-14.100325.6188
CIE-Lab69.9658-12.627433.6128

#aab06d color RGB value is (170,176,109).

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

The process color (four color CMYK) of #aab06d color hex is 0.03, 0.00, 0.38, 0.31. Web safe color of #aab06d is #999966. Color #aab06d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110000 01101101
Octal 252 260 155
Decimal 170 176 109
Hex AA B0 6D

RGB Percentages of Color #aab06d

%37.36
%38.68
%23.96

CMYK Percentages of Color #aab06d

%3
%0
%38
%31

Triadic Colors of #aab06d

#aab06d #6daab0 #b06daa

Analogous Colors of #aab06d

#aab06d #89b06d #b0956d

Monochromatic Colors of #aab06d

#aab06d

Complementary Color

#aab06d #736db0

#aab06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab06d Color CSS Codes

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

#aab06d Text Font Color

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

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


#aab06d Background Color

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

This div background color is #aab06d


#aab06d Border Color

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

This div border color is #aab06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab06d


Comments

No comments written yet.

Please login to write comment.