Color Hex Logo

#aaba4c Color Hex

#AABA4C
(170,186,76)
0 Favorites   0 Comments

Color spaces of #aaba4c

RGB 17018676
HSL0.190.440.51
HSV69°59°73°
CMYK 0.090.000.59   0.27
XYZ35.441044.185713.4982
Yxy44.18570.38060.4745
Hunter Lab66.4723-21.155934.4909
CIE-Lab72.3524-20.948352.6073

#aaba4c color RGB value is (170,186,76).

#aaba4c hex color red value is 170, green value is 186 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #aaba4c hue: 0.19 , saturation: 0.44 and the lightness value of aaba4c is 0.51.

The process color (four color CMYK) of #aaba4c color hex is 0.09, 0.00, 0.59, 0.27. Web safe color of #aaba4c is #99cc33. Color #aaba4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 01001100
Octal 252 272 114
Decimal 170 186 76
Hex AA BA 4C

RGB Percentages of Color #aaba4c

%39.35
%43.06
%17.59

CMYK Percentages of Color #aaba4c

%9
%0
%59
%27

Triadic Colors of #aaba4c

#aaba4c #4caaba #ba4caa

Analogous Colors of #aaba4c

#aaba4c #73ba4c #ba934c

Monochromatic Colors of #aaba4c

#aaba4c

Complementary Color

#aaba4c #5c4cba

#aaba4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaba4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaba4c Color CSS Codes

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

#aaba4c Text Font Color

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

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


#aaba4c Background Color

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

This div background color is #aaba4c


#aaba4c Border Color

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

This div border color is #aaba4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaba4c


Comments

No comments written yet.

Please login to write comment.