Color Hex Logo

#aac097 Color Hex

#AAC097
(170,192,151)
0 Favorites   0 Comments

Color spaces of #aac097

RGB 170192151
HSL0.260.250.67
HSV92°21°75°
CMYK 0.110.000.21   0.25
XYZ41.013148.479736.4741
Yxy48.47970.32560.3849
Hunter Lab69.6274-16.704817.6803
CIE-Lab75.1265-14.955218.2138

#aac097 color RGB value is (170,192,151).

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

The process color (four color CMYK) of #aac097 color hex is 0.11, 0.00, 0.21, 0.25. Web safe color of #aac097 is #99cc99. Color #aac097 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000000 10010111
Octal 252 300 227
Decimal 170 192 151
Hex AA C0 97

RGB Percentages of Color #aac097

%33.14
%37.43
%29.43

CMYK Percentages of Color #aac097

%11
%0
%21
%25

Triadic Colors of #aac097

#aac097 #97aac0 #c097aa

Analogous Colors of #aac097

#aac097 #97c099 #bfc097

Monochromatic Colors of #aac097

#aac097

Complementary Color

#aac097 #ad97c0

#aac097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac097 Color CSS Codes

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

#aac097 Text Font Color

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

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


#aac097 Background Color

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

This div background color is #aac097


#aac097 Border Color

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

This div border color is #aac097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac097


Comments

No comments written yet.

Please login to write comment.