Color Hex Logo

#acd89d Color Hex

#ACD89D
(172,216,157)
0 Favorites   0 Comments

Color spaces of #acd89d

RGB 172216157
HSL0.290.430.73
HSV105°27°85°
CMYK 0.200.000.27   0.15
XYZ47.654960.316741.0289
Yxy60.31670.31980.4048
Hunter Lab77.6638-26.383223.0425
CIE-Lab82.0100-25.241324.5254

#acd89d color RGB value is (172,216,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011000 10011101
Octal 254 330 235
Decimal 172 216 157
Hex AC D8 9D

RGB Percentages of Color #acd89d

%31.56
%39.63
%28.81

CMYK Percentages of Color #acd89d

%20
%0
%27
%15

Triadic Colors of #acd89d

#acd89d #9dacd8 #d89dac

Analogous Colors of #acd89d

#acd89d #9dd8ac #cad89d

Monochromatic Colors of #acd89d

#acd89d

Complementary Color

#acd89d #c99dd8

#acd89d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd89d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd89d Color CSS Codes

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

#acd89d Text Font Color

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

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


#acd89d Background Color

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

This div background color is #acd89d


#acd89d Border Color

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

This div border color is #acd89d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd89d


Comments

No comments written yet.

Please login to write comment.