Color Hex Logo

#aac325 Color Hex

#AAC325
(170,195,37)
0 Favorites   0 Comments

Color spaces of #aac325

RGB 17019537
HSL0.190.680.45
HSV69°81°76°
CMYK 0.130.000.81   0.24
XYZ36.426647.70989.0393
Yxy47.70980.39090.5120
Hunter Lab69.0723-26.741140.5915
CIE-Lab74.6415-27.509469.0306

#aac325 color RGB value is (170,195,37).

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

The process color (four color CMYK) of #aac325 color hex is 0.13, 0.00, 0.81, 0.24. Web safe color of #aac325 is #99cc33. Color #aac325 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000011 00100101
Octal 252 303 45
Decimal 170 195 37
Hex AA C3 25

RGB Percentages of Color #aac325

%42.29
%48.51
%9.20

CMYK Percentages of Color #aac325

%13
%0
%81
%24

Triadic Colors of #aac325

#aac325 #25aac3 #c325aa

Analogous Colors of #aac325

#aac325 #5bc325 #c38d25

Monochromatic Colors of #aac325

#aac325

Complementary Color

#aac325 #3e25c3

#aac325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac325 Color CSS Codes

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

#aac325 Text Font Color

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

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


#aac325 Background Color

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

This div background color is #aac325


#aac325 Border Color

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

This div border color is #aac325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac325


Comments

No comments written yet.

Please login to write comment.