Color Hex Logo

#aac396 Color Hex

#AAC396
(170,195,150)
0 Favorites   0 Comments

Color spaces of #aac396

RGB 170195150
HSL0.260.270.68
HSV93°23°76°
CMYK 0.130.000.23   0.24
XYZ41.597749.778336.2699
Yxy49.77830.32590.3900
Hunter Lab70.5537-18.227418.9081
CIE-Lab75.9330-16.644719.8640

#aac396 color RGB value is (170,195,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000011 10010110
Octal 252 303 226
Decimal 170 195 150
Hex AA C3 96

RGB Percentages of Color #aac396

%33.01
%37.86
%29.13

CMYK Percentages of Color #aac396

%13
%0
%23
%24

Triadic Colors of #aac396

#aac396 #96aac3 #c396aa

Analogous Colors of #aac396

#aac396 #96c399 #c1c396

Monochromatic Colors of #aac396

#aac396

Complementary Color

#aac396 #af96c3

#aac396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac396 Color CSS Codes

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

#aac396 Text Font Color

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

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


#aac396 Background Color

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

This div background color is #aac396


#aac396 Border Color

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

This div border color is #aac396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac396


Comments

No comments written yet.

Please login to write comment.