Color Hex Logo

#aab65e Color Hex

#AAB65E
(170,182,94)
0 Favorites   0 Comments

Color spaces of #aab65e

RGB 17018294
HSL0.190.380.54
HSV68°48°71°
CMYK 0.070.000.48   0.29
XYZ35.325942.810116.9910
Yxy42.81010.37140.4500
Hunter Lab65.4294-18.127830.4039
CIE-Lab71.4259-17.344543.0589

#aab65e color RGB value is (170,182,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110110 01011110
Octal 252 266 136
Decimal 170 182 94
Hex AA B6 5E

RGB Percentages of Color #aab65e

%38.12
%40.81
%21.08

CMYK Percentages of Color #aab65e

%7
%0
%48
%29

Triadic Colors of #aab65e

#aab65e #5eaab6 #b65eaa

Analogous Colors of #aab65e

#aab65e #7eb65e #b6965e

Monochromatic Colors of #aab65e

#aab65e

Complementary Color

#aab65e #6a5eb6

#aab65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab65e Color CSS Codes

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

#aab65e Text Font Color

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

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


#aab65e Background Color

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

This div background color is #aab65e


#aab65e Border Color

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

This div border color is #aab65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab65e


Comments

No comments written yet.

Please login to write comment.