Color Hex Logo

#aab61c Color Hex

#AAB61C
(170,182,28)
0 Favorites   0 Comments

Color spaces of #aab61c

RGB 17018228
HSL0.180.730.41
HSV65°85°71°
CMYK 0.070.000.85   0.29
XYZ33.515142.08587.4555
Yxy42.08580.40350.5067
Hunter Lab64.8736-21.311838.5977
CIE-Lab70.9300-21.457768.0576

#aab61c color RGB value is (170,182,28).

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

The process color (four color CMYK) of #aab61c color hex is 0.07, 0.00, 0.85, 0.29. Web safe color of #aab61c is #99cc33. Color #aab61c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110110 00011100
Octal 252 266 34
Decimal 170 182 28
Hex AA B6 1C

RGB Percentages of Color #aab61c

%44.74
%47.89
%7.37

CMYK Percentages of Color #aab61c

%7
%0
%85
%29

Triadic Colors of #aab61c

#aab61c #1caab6 #b61caa

Analogous Colors of #aab61c

#aab61c #5db61c #b6751c

Monochromatic Colors of #aab61c

#aab61c

Complementary Color

#aab61c #281cb6

#aab61c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab61c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab61c Color CSS Codes

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

#aab61c Text Font Color

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

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


#aab61c Background Color

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

This div background color is #aab61c


#aab61c Border Color

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

This div border color is #aab61c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab61c


Comments

No comments written yet.

Please login to write comment.