Color Hex Logo

#aaba49 Color Hex

#AABA49
(170,186,73)
0 Favorites   0 Comments

Color spaces of #aaba49

RGB 17018673
HSL0.190.450.51
HSV68°61°73°
CMYK 0.090.000.61   0.27
XYZ35.339144.144912.9616
Yxy44.14490.38230.4775
Hunter Lab66.4416-21.331934.9427
CIE-Lab72.3252-21.176353.8998

#aaba49 color RGB value is (170,186,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 01001001
Octal 252 272 111
Decimal 170 186 73
Hex AA BA 49

RGB Percentages of Color #aaba49

%39.63
%43.36
%17.02

CMYK Percentages of Color #aaba49

%9
%0
%61
%27

Triadic Colors of #aaba49

#aaba49 #49aaba #ba49aa

Analogous Colors of #aaba49

#aaba49 #72ba49 #ba9249

Monochromatic Colors of #aaba49

#aaba49

Complementary Color

#aaba49 #5949ba

#aaba49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaba49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaba49 Color CSS Codes

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

#aaba49 Text Font Color

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

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


#aaba49 Background Color

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

This div background color is #aaba49


#aaba49 Border Color

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

This div border color is #aaba49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaba49


Comments

No comments written yet.

Please login to write comment.