Color Hex Logo

#aac995 Color Hex

#AAC995
(170,201,149)
0 Favorites   0 Comments

Color spaces of #aac995

RGB 170201149
HSL0.270.330.69
HSV96°26°79°
CMYK 0.150.000.26   0.21
XYZ42.889052.489336.3047
Yxy52.48930.32570.3986
Hunter Lab72.4495-21.117321.0042
CIE-Lab77.5725-19.823522.6464

#aac995 color RGB value is (170,201,149).

#aac995 hex color red value is 170, green value is 201 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #aac995 hue: 0.27 , saturation: 0.33 and the lightness value of aac995 is 0.69.

The process color (four color CMYK) of #aac995 color hex is 0.15, 0.00, 0.26, 0.21. Web safe color of #aac995 is #99cc99. Color #aac995 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001001 10010101
Octal 252 311 225
Decimal 170 201 149
Hex AA C9 95

RGB Percentages of Color #aac995

%32.69
%38.65
%28.65

CMYK Percentages of Color #aac995

%15
%0
%26
%21

Triadic Colors of #aac995

#aac995 #95aac9 #c995aa

Analogous Colors of #aac995

#aac995 #95c99a #c4c995

Monochromatic Colors of #aac995

#aac995

Complementary Color

#aac995 #b495c9

#aac995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac995 Color CSS Codes

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

#aac995 Text Font Color

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

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


#aac995 Background Color

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

This div background color is #aac995


#aac995 Border Color

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

This div border color is #aac995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac995


Comments

No comments written yet.

Please login to write comment.