Color Hex Logo

#aab72b Color Hex

#AAB72B
(170,183,43)
0 Favorites   0 Comments

Color spaces of #aab72b

RGB 17018343
HSL0.180.620.44
HSV66°77°72°
CMYK 0.070.000.77   0.28
XYZ33.947142.58748.7165
Yxy42.58740.39820.4996
Hunter Lab65.2590-21.349337.7621
CIE-Lab71.2740-21.429264.2758

#aab72b color RGB value is (170,183,43).

#aab72b hex color red value is 170, green value is 183 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #aab72b hue: 0.18 , saturation: 0.62 and the lightness value of aab72b is 0.44.

The process color (four color CMYK) of #aab72b color hex is 0.07, 0.00, 0.77, 0.28. Web safe color of #aab72b is #99cc33. Color #aab72b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110111 00101011
Octal 252 267 53
Decimal 170 183 43
Hex AA B7 2B

RGB Percentages of Color #aab72b

%42.93
%46.21
%10.86

CMYK Percentages of Color #aab72b

%7
%0
%77
%28

Triadic Colors of #aab72b

#aab72b #2baab7 #b72baa

Analogous Colors of #aab72b

#aab72b #64b72b #b77e2b

Monochromatic Colors of #aab72b

#aab72b

Complementary Color

#aab72b #382bb7

#aab72b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab72b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab72b Color CSS Codes

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

#aab72b Text Font Color

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

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


#aab72b Background Color

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

This div background color is #aab72b


#aab72b Border Color

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

This div border color is #aab72b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab72b


Comments

No comments written yet.

Please login to write comment.