Color Hex Logo

#aaba55 Color Hex

#AABA55
(170,186,85)
0 Favorites   0 Comments

Color spaces of #aaba55

RGB 17018685
HSL0.190.420.53
HSV70°54°73°
CMYK 0.090.000.54   0.27
XYZ35.776244.319715.2633
Yxy44.31970.37520.4648
Hunter Lab66.5730-20.577333.0076
CIE-Lab72.4417-20.201848.5911

#aaba55 color RGB value is (170,186,85).

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

The process color (four color CMYK) of #aaba55 color hex is 0.09, 0.00, 0.54, 0.27. Web safe color of #aaba55 is #99cc66. Color #aaba55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 01010101
Octal 252 272 125
Decimal 170 186 85
Hex AA BA 55

RGB Percentages of Color #aaba55

%38.55
%42.18
%19.27

CMYK Percentages of Color #aaba55

%9
%0
%54
%27

Triadic Colors of #aaba55

#aaba55 #55aaba #ba55aa

Analogous Colors of #aaba55

#aaba55 #78ba55 #ba9855

Monochromatic Colors of #aaba55

#aaba55

Complementary Color

#aaba55 #6555ba

#aaba55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaba55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaba55 Color CSS Codes

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

#aaba55 Text Font Color

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

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


#aaba55 Background Color

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

This div background color is #aaba55


#aaba55 Border Color

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

This div border color is #aaba55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaba55


Comments

No comments written yet.

Please login to write comment.