Color Hex Logo

#aab82c Color Hex

#AAB82C
(170,184,44)
0 Favorites   0 Comments

Color spaces of #aab82c

RGB 17018444
HSL0.180.610.45
HSV66°76°72°
CMYK 0.080.000.76   0.28
XYZ34.172743.00898.8833
Yxy43.00890.39710.4997
Hunter Lab65.5812-21.755237.8757
CIE-Lab71.5610-21.882164.2242

#aab82c color RGB value is (170,184,44).

#aab82c hex color red value is 170, green value is 184 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #aab82c hue: 0.18 , saturation: 0.61 and the lightness value of aab82c is 0.45.

The process color (four color CMYK) of #aab82c color hex is 0.08, 0.00, 0.76, 0.28. Web safe color of #aab82c is #99cc33. Color #aab82c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111000 00101100
Octal 252 270 54
Decimal 170 184 44
Hex AA B8 2C

RGB Percentages of Color #aab82c

%42.71
%46.23
%11.06

CMYK Percentages of Color #aab82c

%8
%0
%76
%28

Triadic Colors of #aab82c

#aab82c #2caab8 #b82caa

Analogous Colors of #aab82c

#aab82c #64b82c #b8802c

Monochromatic Colors of #aab82c

#aab82c

Complementary Color

#aab82c #3a2cb8

#aab82c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab82c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab82c Color CSS Codes

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

#aab82c Text Font Color

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

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


#aab82c Background Color

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

This div background color is #aab82c


#aab82c Border Color

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

This div border color is #aab82c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab82c


Comments

No comments written yet.

Please login to write comment.