Color Hex Logo

#acc4ac Color Hex

#ACC4AC
(172,196,172)
0 Favorites   0 Comments

Color spaces of #acc4ac

RGB 172196172
HSL0.330.170.72
HSV120°12°77°
CMYK 0.120.000.12   0.23
XYZ44.199651.229146.5884
Yxy51.22910.31120.3607
Hunter Lab71.5745-15.025811.5098
CIE-Lab76.8176-12.70229.3224

#acc4ac color RGB value is (172,196,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000100 10101100
Octal 254 304 254
Decimal 172 196 172
Hex AC C4 AC

RGB Percentages of Color #acc4ac

%31.85
%36.30
%31.85

CMYK Percentages of Color #acc4ac

%12
%0
%12
%23

Triadic Colors of #acc4ac

#acc4ac #acacc4 #c4acac

Analogous Colors of #acc4ac

#acc4ac #acc4b8 #b8c4ac

Monochromatic Colors of #acc4ac

#acc4ac

Complementary Color

#acc4ac #c4acc4

#acc4ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc4ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc4ac Color CSS Codes

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

#acc4ac Text Font Color

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

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


#acc4ac Background Color

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

This div background color is #acc4ac


#acc4ac Border Color

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

This div border color is #acc4ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc4ac


Comments

No comments written yet.

Please login to write comment.