Color Hex Logo

#aab44b Color Hex

#AAB44B
(170,180,75)
0 Favorites   0 Comments

Color spaces of #aab44b

RGB 17018075
HSL0.180.410.50
HSV66°58°71°
CMYK 0.060.000.58   0.29
XYZ34.168841.696612.9040
Yxy41.69660.38490.4697
Hunter Lab64.5729-18.549233.3527
CIE-Lab70.6612-18.017351.1767

#aab44b color RGB value is (170,180,75).

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

The process color (four color CMYK) of #aab44b color hex is 0.06, 0.00, 0.58, 0.29. Web safe color of #aab44b is #99cc33. Color #aab44b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110100 01001011
Octal 252 264 113
Decimal 170 180 75
Hex AA B4 4B

RGB Percentages of Color #aab44b

%40.00
%42.35
%17.65

CMYK Percentages of Color #aab44b

%6
%0
%58
%29

Triadic Colors of #aab44b

#aab44b #4baab4 #b44baa

Analogous Colors of #aab44b

#aab44b #76b44b #b48a4b

Monochromatic Colors of #aab44b

#aab44b

Complementary Color

#aab44b #554bb4

#aab44b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab44b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab44b Color CSS Codes

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

#aab44b Text Font Color

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

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


#aab44b Background Color

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

This div background color is #aab44b


#aab44b Border Color

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

This div border color is #aab44b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab44b


Comments

No comments written yet.

Please login to write comment.