Color Hex Logo

#acd17f Color Hex

#ACD17F
(172,209,127)
0 Favorites   0 Comments

Color spaces of #acd17f

RGB 172209127
HSL0.240.470.66
HSV87°39°82°
CMYK 0.180.000.39   0.18
XYZ43.644555.903928.5689
Yxy55.90390.34070.4363
Hunter Lab74.7689-26.650629.6838
CIE-Lab79.5591-26.147636.7184

#acd17f color RGB value is (172,209,127).

#acd17f hex color red value is 172, green value is 209 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #acd17f hue: 0.24 , saturation: 0.47 and the lightness value of acd17f is 0.66.

The process color (four color CMYK) of #acd17f color hex is 0.18, 0.00, 0.39, 0.18. Web safe color of #acd17f is #99cc66. Color #acd17f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010001 01111111
Octal 254 321 177
Decimal 172 209 127
Hex AC D1 7F

RGB Percentages of Color #acd17f

%33.86
%41.14
%25.00

CMYK Percentages of Color #acd17f

%18
%0
%39
%18

Triadic Colors of #acd17f

#acd17f #7facd1 #d17fac

Analogous Colors of #acd17f

#acd17f #83d17f #d1cd7f

Monochromatic Colors of #acd17f

#acd17f

Complementary Color

#acd17f #a47fd1

#acd17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd17f Color CSS Codes

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

#acd17f Text Font Color

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

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


#acd17f Background Color

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

This div background color is #acd17f


#acd17f Border Color

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

This div border color is #acd17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd17f


Comments

No comments written yet.

Please login to write comment.