Color Hex Logo

#acc7ac Color Hex

#ACC7AC
(172,199,172)
0 Favorites   0 Comments

Color spaces of #acc7ac

RGB 172199172
HSL0.330.190.73
HSV120°14°78°
CMYK 0.140.000.14   0.22
XYZ44.883152.596146.8162
Yxy52.59610.31110.3645
Hunter Lab72.5232-16.445612.4925
CIE-Lab77.6359-14.243010.4882

#acc7ac color RGB value is (172,199,172).

#acc7ac hex color red value is 172, green value is 199 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #acc7ac hue: 0.33 , saturation: 0.19 and the lightness value of acc7ac is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000111 10101100
Octal 254 307 254
Decimal 172 199 172
Hex AC C7 AC

RGB Percentages of Color #acc7ac

%31.68
%36.65
%31.68

CMYK Percentages of Color #acc7ac

%14
%0
%14
%22

Triadic Colors of #acc7ac

#acc7ac #acacc7 #c7acac

Analogous Colors of #acc7ac

#acc7ac #acc7ba #bac7ac

Monochromatic Colors of #acc7ac

#acc7ac

Complementary Color

#acc7ac #c7acc7

#acc7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc7ac Color CSS Codes

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

#acc7ac Text Font Color

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

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


#acc7ac Background Color

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

This div background color is #acc7ac


#acc7ac Border Color

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

This div border color is #acc7ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc7ac


Comments

No comments written yet.

Please login to write comment.