Color Hex Logo

#aab44d Color Hex

#AAB44D
(170,180,77)
0 Favorites   0 Comments

Color spaces of #aab44d

RGB 17018077
HSL0.180.410.50
HSV66°57°71°
CMYK 0.060.000.57   0.29
XYZ34.238441.724413.2702
Yxy41.72440.38370.4676
Hunter Lab64.5944-18.426033.0356
CIE-Lab70.6805-17.859150.2893

#aab44d color RGB value is (170,180,77).

#aab44d hex color red value is 170, green value is 180 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #aab44d hue: 0.18 , saturation: 0.41 and the lightness value of aab44d is 0.50.

The process color (four color CMYK) of #aab44d color hex is 0.06, 0.00, 0.57, 0.29. Web safe color of #aab44d is #99cc66. Color #aab44d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110100 01001101
Octal 252 264 115
Decimal 170 180 77
Hex AA B4 4D

RGB Percentages of Color #aab44d

%39.81
%42.15
%18.03

CMYK Percentages of Color #aab44d

%6
%0
%57
%29

Triadic Colors of #aab44d

#aab44d #4daab4 #b44daa

Analogous Colors of #aab44d

#aab44d #77b44d #b48b4d

Monochromatic Colors of #aab44d

#aab44d

Complementary Color

#aab44d #574db4

#aab44d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab44d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab44d Color CSS Codes

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

#aab44d Text Font Color

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

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


#aab44d Background Color

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

This div background color is #aab44d


#aab44d Border Color

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

This div border color is #aab44d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab44d


Comments

No comments written yet.

Please login to write comment.