Color Hex Logo

#aacc49 Color Hex

#AACC49
(170,204,73)
0 Favorites   0 Comments

Color spaces of #aacc49

RGB 17020473
HSL0.210.560.54
HSV76°64°80°
CMYK 0.170.000.64   0.20
XYZ39.373052.212814.3062
Yxy52.21280.37180.4931
Hunter Lab72.2584-29.189138.8423
CIE-Lab77.4079-29.894059.3722

#aacc49 color RGB value is (170,204,73).

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

The process color (four color CMYK) of #aacc49 color hex is 0.17, 0.00, 0.64, 0.20. Web safe color of #aacc49 is #99cc33. Color #aacc49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 01001001
Octal 252 314 111
Decimal 170 204 73
Hex AA CC 49

RGB Percentages of Color #aacc49

%38.03
%45.64
%16.33

CMYK Percentages of Color #aacc49

%17
%0
%64
%20

Triadic Colors of #aacc49

#aacc49 #49aacc #cc49aa

Analogous Colors of #aacc49

#aacc49 #69cc49 #ccad49

Monochromatic Colors of #aacc49

#aacc49

Complementary Color

#aacc49 #6b49cc

#aacc49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacc49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacc49 Color CSS Codes

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

#aacc49 Text Font Color

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

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


#aacc49 Background Color

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

This div background color is #aacc49


#aacc49 Border Color

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

This div border color is #aacc49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacc49


Comments

No comments written yet.

Please login to write comment.