Color Hex Logo

#aac496 Color Hex

#AAC496
(170,196,150)
0 Favorites   0 Comments

Color spaces of #aac496

RGB 170196150
HSL0.260.280.68
HSV94°23°77°
CMYK 0.130.000.23   0.23
XYZ41.822550.227936.3448
Yxy50.22790.32570.3912
Hunter Lab70.8716-18.689719.2047
CIE-Lab76.2089-17.151520.2444

#aac496 color RGB value is (170,196,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000100 10010110
Octal 252 304 226
Decimal 170 196 150
Hex AA C4 96

RGB Percentages of Color #aac496

%32.95
%37.98
%29.07

CMYK Percentages of Color #aac496

%13
%0
%23
%23

Triadic Colors of #aac496

#aac496 #96aac4 #c496aa

Analogous Colors of #aac496

#aac496 #96c499 #c1c496

Monochromatic Colors of #aac496

#aac496

Complementary Color

#aac496 #b096c4

#aac496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac496 Color CSS Codes

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

#aac496 Text Font Color

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

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


#aac496 Background Color

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

This div background color is #aac496


#aac496 Border Color

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

This div border color is #aac496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac496


Comments

No comments written yet.

Please login to write comment.