Color Hex Logo

#aab66e Color Hex

#AAB66E
(170,182,110)
0 Favorites   0 Comments

Color spaces of #aab66e

RGB 170182110
HSL0.190.330.57
HSV70°40°71°
CMYK 0.070.000.40   0.29
XYZ36.120043.127721.1726
Yxy43.12770.35970.4295
Hunter Lab65.6717-16.748926.8550
CIE-Lab71.6416-15.600435.2369

#aab66e color RGB value is (170,182,110).

#aab66e hex color red value is 170, green value is 182 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #aab66e hue: 0.19 , saturation: 0.33 and the lightness value of aab66e is 0.57.

The process color (four color CMYK) of #aab66e color hex is 0.07, 0.00, 0.40, 0.29. Web safe color of #aab66e is #99cc66. Color #aab66e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110110 01101110
Octal 252 266 156
Decimal 170 182 110
Hex AA B6 6E

RGB Percentages of Color #aab66e

%36.80
%39.39
%23.81

CMYK Percentages of Color #aab66e

%7
%0
%40
%29

Triadic Colors of #aab66e

#aab66e #6eaab6 #b66eaa

Analogous Colors of #aab66e

#aab66e #86b66e #b69e6e

Monochromatic Colors of #aab66e

#aab66e

Complementary Color

#aab66e #7a6eb6

#aab66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab66e Color CSS Codes

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

#aab66e Text Font Color

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

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


#aab66e Background Color

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

This div background color is #aab66e


#aab66e Border Color

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

This div border color is #aab66e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab66e


Comments

No comments written yet.

Please login to write comment.