Color Hex Logo

#aab40e Color Hex

#AAB40E
(170,180,14)
0 Favorites   0 Comments

Color spaces of #aab40e

RGB 17018014
HSL0.180.860.38
HSV64°92°71°
CMYK 0.060.000.92   0.29
XYZ32.978141.22036.6336
Yxy41.22030.40800.5100
Hunter Lab64.2030-20.668238.8162
CIE-Lab70.3300-20.768170.1475

#aab40e color RGB value is (170,180,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110100 00001110
Octal 252 264 16
Decimal 170 180 14
Hex AA B4 E

RGB Percentages of Color #aab40e

%46.70
%49.45
%3.85

CMYK Percentages of Color #aab40e

%6
%0
%92
%29

Triadic Colors of #aab40e

#aab40e #0eaab4 #b40eaa

Analogous Colors of #aab40e

#aab40e #57b40e #b46b0e

Monochromatic Colors of #aab40e

#aab40e

Complementary Color

#aab40e #180eb4

#aab40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab40e Color CSS Codes

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

#aab40e Text Font Color

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

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


#aab40e Background Color

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

This div background color is #aab40e


#aab40e Border Color

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

This div border color is #aab40e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab40e


Comments

No comments written yet.

Please login to write comment.