Color Hex Logo

#aab60b Color Hex

#AAB60B
(170,182,11)
0 Favorites   0 Comments

Color spaces of #aab60b

RGB 17018211
HSL0.180.890.38
HSV64°94°71°
CMYK 0.070.000.94   0.29
XYZ33.365942.02616.6699
Yxy42.02610.40660.5121
Hunter Lab64.8275-21.576539.2791
CIE-Lab70.8889-21.805470.9679

#aab60b color RGB value is (170,182,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110110 00001011
Octal 252 266 13
Decimal 170 182 11
Hex AA B6 B

RGB Percentages of Color #aab60b

%46.83
%50.14
%3.03

CMYK Percentages of Color #aab60b

%7
%0
%94
%29

Triadic Colors of #aab60b

#aab60b #0baab6 #b60baa

Analogous Colors of #aab60b

#aab60b #54b60b #b66d0b

Monochromatic Colors of #aab60b

#aab60b

Complementary Color

#aab60b #170bb6

#aab60b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab60b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab60b Color CSS Codes

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

#aab60b Text Font Color

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

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


#aab60b Background Color

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

This div background color is #aab60b


#aab60b Border Color

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

This div border color is #aab60b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,182,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 #aab60b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab60b


Comments

No comments written yet.

Please login to write comment.