Color Hex Logo

#acd89e Color Hex

#ACD89E
(172,216,158)
0 Favorites   0 Comments

Color spaces of #acd89e

RGB 172216158
HSL0.290.430.73
HSV106°27°85°
CMYK 0.200.000.27   0.15
XYZ47.740760.351041.4805
Yxy60.35100.31920.4035
Hunter Lab77.6859-26.255922.7222
CIE-Lab82.0286-25.083224.0293

#acd89e color RGB value is (172,216,158).

#acd89e hex color red value is 172, green value is 216 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #acd89e hue: 0.29 , saturation: 0.43 and the lightness value of acd89e is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011000 10011110
Octal 254 330 236
Decimal 172 216 158
Hex AC D8 9E

RGB Percentages of Color #acd89e

%31.50
%39.56
%28.94

CMYK Percentages of Color #acd89e

%20
%0
%27
%15

Triadic Colors of #acd89e

#acd89e #9eacd8 #d89eac

Analogous Colors of #acd89e

#acd89e #9ed8ad #c9d89e

Monochromatic Colors of #acd89e

#acd89e

Complementary Color

#acd89e #ca9ed8

#acd89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd89e Color CSS Codes

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

#acd89e Text Font Color

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

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


#acd89e Background Color

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

This div background color is #acd89e


#acd89e Border Color

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

This div border color is #acd89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd89e


Comments

No comments written yet.

Please login to write comment.