Color Hex Logo

#aac0af Color Hex

#AAC0AF
(170,192,175)
0 Favorites   0 Comments

Color spaces of #aac0af

RGB 170192175
HSL0.370.150.71
HSV134°11°75°
CMYK 0.110.000.09   0.25
XYZ43.165149.340547.8061
Yxy49.34050.30760.3516
Hunter Lab70.2428-13.23438.8181
CIE-Lab75.6627-10.77026.0295

#aac0af color RGB value is (170,192,175).

#aac0af hex color red value is 170, green value is 192 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #aac0af hue: 0.37 , saturation: 0.15 and the lightness value of aac0af is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000000 10101111
Octal 252 300 257
Decimal 170 192 175
Hex AA C0 AF

RGB Percentages of Color #aac0af

%31.66
%35.75
%32.59

CMYK Percentages of Color #aac0af

%11
%0
%9
%25

Triadic Colors of #aac0af

#aac0af #afaac0 #c0afaa

Analogous Colors of #aac0af

#aac0af #aac0ba #b0c0aa

Monochromatic Colors of #aac0af

#aac0af

Complementary Color

#aac0af #c0aabb

#aac0af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac0af Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac0af Color CSS Codes

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

#aac0af Text Font Color

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

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


#aac0af Background Color

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

This div background color is #aac0af


#aac0af Border Color

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

This div border color is #aac0af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac0af


Comments

No comments written yet.

Please login to write comment.