Color Hex Logo

#acd99e Color Hex

#ACD99E
(172,217,158)
0 Favorites   0 Comments

Color spaces of #acd99e

RGB 172217158
HSL0.290.440.74
HSV106°27°85°
CMYK 0.210.000.27   0.15
XYZ47.997760.865041.5661
Yxy60.86500.31910.4046
Hunter Lab78.0160-26.709723.0221
CIE-Lab82.3061-25.567424.4081

#acd99e color RGB value is (172,217,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011001 10011110
Octal 254 331 236
Decimal 172 217 158
Hex AC D9 9E

RGB Percentages of Color #acd99e

%31.44
%39.67
%28.88

CMYK Percentages of Color #acd99e

%21
%0
%27
%15

Triadic Colors of #acd99e

#acd99e #9eacd9 #d99eac

Analogous Colors of #acd99e

#acd99e #9ed9ae #cad99e

Monochromatic Colors of #acd99e

#acd99e

Complementary Color

#acd99e #cb9ed9

#acd99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd99e Color CSS Codes

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

#acd99e Text Font Color

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

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


#acd99e Background Color

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

This div background color is #acd99e


#acd99e Border Color

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

This div border color is #acd99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd99e


Comments

No comments written yet.

Please login to write comment.