Color Hex Logo

#aab60e Color Hex

#AAB60E
(170,182,14)
0 Favorites   0 Comments

Color spaces of #aab60e

RGB 17018214
HSL0.180.860.38
HSV64°92°71°
CMYK 0.070.000.92   0.29
XYZ33.384842.03376.7692
Yxy42.03370.40620.5114
Hunter Lab64.8334-21.543139.1930
CIE-Lab70.8941-21.761470.5876

#aab60e color RGB value is (170,182,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110110 00001110
Octal 252 266 16
Decimal 170 182 14
Hex AA B6 E

RGB Percentages of Color #aab60e

%46.45
%49.73
%3.83

CMYK Percentages of Color #aab60e

%7
%0
%92
%29

Triadic Colors of #aab60e

#aab60e #0eaab6 #b60eaa

Analogous Colors of #aab60e

#aab60e #56b60e #b66e0e

Monochromatic Colors of #aab60e

#aab60e

Complementary Color

#aab60e #1a0eb6

#aab60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab60e Color CSS Codes

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

#aab60e Text Font Color

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

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


#aab60e Background Color

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

This div background color is #aab60e


#aab60e Border Color

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

This div border color is #aab60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab60e


Comments

No comments written yet.

Please login to write comment.