Color Hex Logo

#aac4ac Color Hex

#AAC4AC
(170,196,172)
1 Favorites   0 Comments

Color spaces of #aac4ac

RGB 170196172
HSL0.350.180.72
HSV125°13°77°
CMYK 0.130.000.12   0.23
XYZ43.763951.004546.5680
Yxy51.00450.30960.3609
Hunter Lab71.4174-15.597511.3319
CIE-Lab76.6817-13.39379.1102

#aac4ac color RGB value is (170,196,172).

#aac4ac hex color red value is 170, green value is 196 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #aac4ac hue: 0.35 , saturation: 0.18 and the lightness value of aac4ac is 0.72.

The process color (four color CMYK) of #aac4ac color hex is 0.13, 0.00, 0.12, 0.23. Web safe color of #aac4ac is #99cc99. Color #aac4ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000100 10101100
Octal 252 304 254
Decimal 170 196 172
Hex AA C4 AC

RGB Percentages of Color #aac4ac

%31.60
%36.43
%31.97

CMYK Percentages of Color #aac4ac

%13
%0
%12
%23

Triadic Colors of #aac4ac

#aac4ac #acaac4 #c4acaa

Analogous Colors of #aac4ac

#aac4ac #aac4b9 #b5c4aa

Monochromatic Colors of #aac4ac

#aac4ac

Complementary Color

#aac4ac #c4aac2

#aac4ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac4ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac4ac Color CSS Codes

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

#aac4ac Text Font Color

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

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


#aac4ac Background Color

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

This div background color is #aac4ac


#aac4ac Border Color

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

This div border color is #aac4ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac4ac


Comments

No comments written yet.

Please login to write comment.