Color Hex Logo

#aacc55 Color Hex

#AACC55
(170,204,85)
1 Favorites   0 Comments

Color spaces of #aacc55

RGB 17020485
HSL0.210.540.57
HSV77°58°80°
CMYK 0.170.000.58   0.20
XYZ39.810152.387716.6079
Yxy52.38770.36590.4815
Hunter Lab72.3793-28.485337.0611
CIE-Lab77.5121-28.968954.3678

#aacc55 color RGB value is (170,204,85).

#aacc55 hex color red value is 170, green value is 204 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #aacc55 hue: 0.21 , saturation: 0.54 and the lightness value of aacc55 is 0.57.

The process color (four color CMYK) of #aacc55 color hex is 0.17, 0.00, 0.58, 0.20. Web safe color of #aacc55 is #99cc66. Color #aacc55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 01010101
Octal 252 314 125
Decimal 170 204 85
Hex AA CC 55

RGB Percentages of Color #aacc55

%37.04
%44.44
%18.52

CMYK Percentages of Color #aacc55

%17
%0
%58
%20

Triadic Colors of #aacc55

#aacc55 #55aacc #cc55aa

Analogous Colors of #aacc55

#aacc55 #6fcc55 #ccb355

Monochromatic Colors of #aacc55

#aacc55

Complementary Color

#aacc55 #7755cc

#aacc55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacc55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacc55 Color CSS Codes

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

#aacc55 Text Font Color

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

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


#aacc55 Background Color

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

This div background color is #aacc55


#aacc55 Border Color

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

This div border color is #aacc55


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,204,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 #aacc55">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacc55

#aacc55 Color Palettes


Comments

No comments written yet.

Please login to write comment.