Color Hex Logo

#aaba3a Color Hex

#AABA3A
(170,186,58)
0 Favorites   0 Comments

Color spaces of #aaba3a

RGB 17018658
HSL0.190.520.48
HSV68°69°73°
CMYK 0.090.000.69   0.27
XYZ34.900243.969310.6505
Yxy43.96930.38990.4912
Hunter Lab66.3094-22.092536.8935
CIE-Lab72.2080-22.165459.9317

#aaba3a color RGB value is (170,186,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 00111010
Octal 252 272 72
Decimal 170 186 58
Hex AA BA 3A

RGB Percentages of Color #aaba3a

%41.06
%44.93
%14.01

CMYK Percentages of Color #aaba3a

%9
%0
%69
%27

Triadic Colors of #aaba3a

#aaba3a #3aaaba #ba3aaa

Analogous Colors of #aaba3a

#aaba3a #6aba3a #ba8a3a

Monochromatic Colors of #aaba3a

#aaba3a

Complementary Color

#aaba3a #4a3aba

#aaba3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaba3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaba3a Color CSS Codes

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

#aaba3a Text Font Color

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

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


#aaba3a Background Color

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

This div background color is #aaba3a


#aaba3a Border Color

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

This div border color is #aaba3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaba3a


Comments

No comments written yet.

Please login to write comment.