Color Hex Logo

#aab50b Color Hex

#AAB50B
(170,181,11)
0 Favorites   0 Comments

Color spaces of #aab50b

RGB 17018111
HSL0.180.890.38
HSV64°94°71°
CMYK 0.060.000.94   0.29
XYZ33.161841.61806.6019
Yxy41.61800.40750.5114
Hunter Lab64.5120-21.139839.0909
CIE-Lab70.6067-21.309970.7503

#aab50b color RGB value is (170,181,11).

#aab50b hex color red value is 170, green value is 181 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #aab50b hue: 0.18 , saturation: 0.89 and the lightness value of aab50b is 0.38.

The process color (four color CMYK) of #aab50b color hex is 0.06, 0.00, 0.94, 0.29. Web safe color of #aab50b is #99cc00. Color #aab50b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110101 00001011
Octal 252 265 13
Decimal 170 181 11
Hex AA B5 B

RGB Percentages of Color #aab50b

%46.96
%50.00
%3.04

CMYK Percentages of Color #aab50b

%6
%0
%94
%29

Triadic Colors of #aab50b

#aab50b #0baab5 #b50baa

Analogous Colors of #aab50b

#aab50b #55b50b #b56b0b

Monochromatic Colors of #aab50b

#aab50b

Complementary Color

#aab50b #160bb5

#aab50b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab50b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab50b Color CSS Codes

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

#aab50b Text Font Color

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

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


#aab50b Background Color

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

This div background color is #aab50b


#aab50b Border Color

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

This div border color is #aab50b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab50b


Comments

No comments written yet.

Please login to write comment.