Color Hex Logo

#aac7af Color Hex

#AAC7AF
(170,199,175)
0 Favorites   0 Comments

Color spaces of #aac7af

RGB 170199175
HSL0.360.210.72
HSV130°15°78°
CMYK 0.150.000.12   0.22
XYZ44.738952.488048.3307
Yxy52.48800.30740.3606
Hunter Lab72.4486-16.556711.1615
CIE-Lab77.5717-14.38378.7669

#aac7af color RGB value is (170,199,175).

#aac7af hex color red value is 170, green value is 199 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #aac7af hue: 0.36 , saturation: 0.21 and the lightness value of aac7af is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000111 10101111
Octal 252 307 257
Decimal 170 199 175
Hex AA C7 AF

RGB Percentages of Color #aac7af

%31.25
%36.58
%32.17

CMYK Percentages of Color #aac7af

%15
%0
%12
%22

Triadic Colors of #aac7af

#aac7af #afaac7 #c7afaa

Analogous Colors of #aac7af

#aac7af #aac7be #b4c7aa

Monochromatic Colors of #aac7af

#aac7af

Complementary Color

#aac7af #c7aac2

#aac7af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac7af Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac7af Color CSS Codes

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

#aac7af Text Font Color

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

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


#aac7af Background Color

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

This div background color is #aac7af


#aac7af Border Color

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

This div border color is #aac7af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac7af


Comments

No comments written yet.

Please login to write comment.