Color Hex Logo

#aab40d Color Hex

#AAB40D
(170,180,13)
0 Favorites   0 Comments

Color spaces of #aab40d

RGB 17018013
HSL0.180.870.38
HSV64°93°71°
CMYK 0.060.000.93   0.29
XYZ32.971541.21766.5988
Yxy41.21760.40810.5102
Hunter Lab64.2009-20.679938.8466
CIE-Lab70.3281-20.783570.2821

#aab40d color RGB value is (170,180,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110100 00001101
Octal 252 264 15
Decimal 170 180 13
Hex AA B4 D

RGB Percentages of Color #aab40d

%46.83
%49.59
%3.58

CMYK Percentages of Color #aab40d

%6
%0
%93
%29

Triadic Colors of #aab40d

#aab40d #0daab4 #b40daa

Analogous Colors of #aab40d

#aab40d #57b40d #b46b0d

Monochromatic Colors of #aab40d

#aab40d

Complementary Color

#aab40d #170db4

#aab40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab40d Color CSS Codes

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

#aab40d Text Font Color

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

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


#aab40d Background Color

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

This div background color is #aab40d


#aab40d Border Color

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

This div border color is #aab40d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab40d


Comments

No comments written yet.

Please login to write comment.