Color Hex Logo

#aab83e Color Hex

#AAB83E
(170,184,62)
0 Favorites   0 Comments

Color spaces of #aab83e

RGB 17018462
HSL0.190.500.48
HSV67°66°72°
CMYK 0.080.000.66   0.28
XYZ34.587643.174811.0680
Yxy43.17480.38940.4860
Hunter Lab65.7075-21.028136.0083
CIE-Lab71.6735-20.933757.8214

#aab83e color RGB value is (170,184,62).

#aab83e hex color red value is 170, green value is 184 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #aab83e hue: 0.19 , saturation: 0.50 and the lightness value of aab83e is 0.48.

The process color (four color CMYK) of #aab83e color hex is 0.08, 0.00, 0.66, 0.28. Web safe color of #aab83e is #99cc33. Color #aab83e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111000 00111110
Octal 252 270 76
Decimal 170 184 62
Hex AA B8 3E

RGB Percentages of Color #aab83e

%40.87
%44.23
%14.90

CMYK Percentages of Color #aab83e

%8
%0
%66
%28

Triadic Colors of #aab83e

#aab83e #3eaab8 #b83eaa

Analogous Colors of #aab83e

#aab83e #6db83e #b8893e

Monochromatic Colors of #aab83e

#aab83e

Complementary Color

#aab83e #4c3eb8

#aab83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab83e Color CSS Codes

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

#aab83e Text Font Color

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

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


#aab83e Background Color

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

This div background color is #aab83e


#aab83e Border Color

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

This div border color is #aab83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab83e


Comments

No comments written yet.

Please login to write comment.