Color Hex Logo

#aac697 Color Hex

#AAC697
(170,198,151)
0 Favorites   0 Comments

Color spaces of #aac697

RGB 170198151
HSL0.270.290.68
HSV96°24°78°
CMYK 0.140.000.24   0.22
XYZ42.357651.168636.9222
Yxy51.16860.32470.3923
Hunter Lab71.5322-19.483219.4693
CIE-Lab76.7810-18.002420.5000

#aac697 color RGB value is (170,198,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000110 10010111
Octal 252 306 227
Decimal 170 198 151
Hex AA C6 97

RGB Percentages of Color #aac697

%32.76
%38.15
%29.09

CMYK Percentages of Color #aac697

%14
%0
%24
%22

Triadic Colors of #aac697

#aac697 #97aac6 #c697aa

Analogous Colors of #aac697

#aac697 #97c69c #c2c697

Monochromatic Colors of #aac697

#aac697

Complementary Color

#aac697 #b397c6

#aac697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac697 Color CSS Codes

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

#aac697 Text Font Color

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

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


#aac697 Background Color

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

This div background color is #aac697


#aac697 Border Color

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

This div border color is #aac697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac697


Comments

No comments written yet.

Please login to write comment.