Color Hex Logo

#acd7ac Color Hex

#ACD7AC
(172,215,172)
0 Favorites   0 Comments

Color spaces of #acd7ac

RGB 172215172
HSL0.330.350.76
HSV120°20°84°
CMYK 0.200.000.20   0.16
XYZ48.760160.350148.1085
Yxy60.35010.31010.3839
Hunter Lab77.6853-23.911717.6630
CIE-Lab82.0281-22.272016.6845

#acd7ac color RGB value is (172,215,172).

#acd7ac hex color red value is 172, green value is 215 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #acd7ac hue: 0.33 , saturation: 0.35 and the lightness value of acd7ac is 0.76.

The process color (four color CMYK) of #acd7ac color hex is 0.20, 0.00, 0.20, 0.16. Web safe color of #acd7ac is #99cc99. Color #acd7ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010111 10101100
Octal 254 327 254
Decimal 172 215 172
Hex AC D7 AC

RGB Percentages of Color #acd7ac

%30.77
%38.46
%30.77

CMYK Percentages of Color #acd7ac

%20
%0
%20
%16

Triadic Colors of #acd7ac

#acd7ac #acacd7 #d7acac

Analogous Colors of #acd7ac

#acd7ac #acd7c2 #c2d7ac

Monochromatic Colors of #acd7ac

#acd7ac

Complementary Color

#acd7ac #d7acd7

#acd7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd7ac Color CSS Codes

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

#acd7ac Text Font Color

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

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


#acd7ac Background Color

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

This div background color is #acd7ac


#acd7ac Border Color

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

This div border color is #acd7ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd7ac


Comments

No comments written yet.

Please login to write comment.