Color Hex Logo

#aac196 Color Hex

#AAC196
(170,193,150)
0 Favorites   0 Comments

Color spaces of #aac196

RGB 170193150
HSL0.260.260.67
HSV92°22°76°
CMYK 0.120.000.22   0.24
XYZ41.152548.888036.1215
Yxy48.88800.32620.3875
Hunter Lab69.9200-17.300918.3140
CIE-Lab75.3816-15.627219.1027

#aac196 color RGB value is (170,193,150).

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

The process color (four color CMYK) of #aac196 color hex is 0.12, 0.00, 0.22, 0.24. Web safe color of #aac196 is #99cc99. Color #aac196 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000001 10010110
Octal 252 301 226
Decimal 170 193 150
Hex AA C1 96

RGB Percentages of Color #aac196

%33.14
%37.62
%29.24

CMYK Percentages of Color #aac196

%12
%0
%22
%24

Triadic Colors of #aac196

#aac196 #96aac1 #c196aa

Analogous Colors of #aac196

#aac196 #96c198 #c0c196

Monochromatic Colors of #aac196

#aac196

Complementary Color

#aac196 #ad96c1

#aac196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac196 Color CSS Codes

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

#aac196 Text Font Color

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

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


#aac196 Background Color

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

This div background color is #aac196


#aac196 Border Color

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

This div border color is #aac196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac196


Comments

No comments written yet.

Please login to write comment.