Color Hex Logo

#aac384 Color Hex

#AAC384
(170,195,132)
0 Favorites   0 Comments

Color spaces of #aac384

RGB 170195132
HSL0.230.340.64
HSV84°32°76°
CMYK 0.130.000.32   0.24
XYZ40.257549.242229.2127
Yxy49.24220.33910.4148
Hunter Lab70.1728-20.398524.4387
CIE-Lab75.6018-19.338528.9407

#aac384 color RGB value is (170,195,132).

#aac384 hex color red value is 170, green value is 195 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #aac384 hue: 0.23 , saturation: 0.34 and the lightness value of aac384 is 0.64.

The process color (four color CMYK) of #aac384 color hex is 0.13, 0.00, 0.32, 0.24. Web safe color of #aac384 is #99cc99. Color #aac384 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000011 10000100
Octal 252 303 204
Decimal 170 195 132
Hex AA C3 84

RGB Percentages of Color #aac384

%34.21
%39.24
%26.56

CMYK Percentages of Color #aac384

%13
%0
%32
%24

Triadic Colors of #aac384

#aac384 #84aac3 #c384aa

Analogous Colors of #aac384

#aac384 #8bc384 #c3bd84

Monochromatic Colors of #aac384

#aac384

Complementary Color

#aac384 #9d84c3

#aac384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac384 Color CSS Codes

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

#aac384 Text Font Color

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

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


#aac384 Background Color

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

This div background color is #aac384


#aac384 Border Color

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

This div border color is #aac384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac384


Comments

No comments written yet.

Please login to write comment.