Color Hex Logo

#aac332 Color Hex

#AAC332
(170,195,50)
0 Favorites   0 Comments

Color spaces of #aac332

RGB 17019550
HSL0.200.590.48
HSV70°74°76°
CMYK 0.130.000.74   0.24
XYZ36.668447.806610.3126
Yxy47.80660.38680.5044
Hunter Lab69.1423-26.334739.5565
CIE-Lab74.7028-26.971665.2182

#aac332 color RGB value is (170,195,50).

#aac332 hex color red value is 170, green value is 195 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #aac332 hue: 0.20 , saturation: 0.59 and the lightness value of aac332 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000011 00110010
Octal 252 303 62
Decimal 170 195 50
Hex AA C3 32

RGB Percentages of Color #aac332

%40.96
%46.99
%12.05

CMYK Percentages of Color #aac332

%13
%0
%74
%24

Triadic Colors of #aac332

#aac332 #32aac3 #c332aa

Analogous Colors of #aac332

#aac332 #62c332 #c39432

Monochromatic Colors of #aac332

#aac332

Complementary Color

#aac332 #4b32c3

#aac332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac332 Color CSS Codes

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

#aac332 Text Font Color

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

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


#aac332 Background Color

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

This div background color is #aac332


#aac332 Border Color

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

This div border color is #aac332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac332


Comments

No comments written yet.

Please login to write comment.