Color Hex Logo

#aab60f Color Hex

#AAB60F
(170,182,15)
0 Favorites   0 Comments

Color spaces of #aab60f

RGB 17018215
HSL0.180.850.39
HSV64°92°71°
CMYK 0.070.000.92   0.29
XYZ33.391742.03646.8058
Yxy42.03640.40610.5112
Hunter Lab64.8355-21.530739.1611
CIE-Lab70.8960-21.745270.4483

#aab60f color RGB value is (170,182,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110110 00001111
Octal 252 266 17
Decimal 170 182 15
Hex AA B6 F

RGB Percentages of Color #aab60f

%46.32
%49.59
%4.09

CMYK Percentages of Color #aab60f

%7
%0
%92
%29

Triadic Colors of #aab60f

#aab60f #0faab6 #b60faa

Analogous Colors of #aab60f

#aab60f #56b60f #b66f0f

Monochromatic Colors of #aab60f

#aab60f

Complementary Color

#aab60f #1b0fb6

#aab60f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab60f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab60f Color CSS Codes

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

#aab60f Text Font Color

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

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


#aab60f Background Color

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

This div background color is #aab60f


#aab60f Border Color

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

This div border color is #aab60f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab60f


Comments

No comments written yet.

Please login to write comment.