Color Hex Logo

#acd4ac Color Hex

#ACD4AC
(172,212,172)
0 Favorites   0 Comments

Color spaces of #acd4ac

RGB 172212172
HSL0.330.320.75
HSV120°19°83°
CMYK 0.190.000.19   0.17
XYZ48.003158.836247.8562
Yxy58.83620.31030.3803
Hunter Lab76.7048-22.525116.7022
CIE-Lab81.2015-20.791115.5260

#acd4ac color RGB value is (172,212,172).

#acd4ac hex color red value is 172, green value is 212 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #acd4ac hue: 0.33 , saturation: 0.32 and the lightness value of acd4ac is 0.75.

The process color (four color CMYK) of #acd4ac color hex is 0.19, 0.00, 0.19, 0.17. Web safe color of #acd4ac is #99cc99. Color #acd4ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010100 10101100
Octal 254 324 254
Decimal 172 212 172
Hex AC D4 AC

RGB Percentages of Color #acd4ac

%30.94
%38.13
%30.94

CMYK Percentages of Color #acd4ac

%19
%0
%19
%17

Triadic Colors of #acd4ac

#acd4ac #acacd4 #d4acac

Analogous Colors of #acd4ac

#acd4ac #acd4c0 #c0d4ac

Monochromatic Colors of #acd4ac

#acd4ac

Complementary Color

#acd4ac #d4acd4

#acd4ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd4ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd4ac Color CSS Codes

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

#acd4ac Text Font Color

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

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


#acd4ac Background Color

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

This div background color is #acd4ac


#acd4ac Border Color

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

This div border color is #acd4ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd4ac


Comments

No comments written yet.

Please login to write comment.