Color Hex Logo

#acd47f Color Hex

#ACD47F
(172,212,127)
0 Favorites   0 Comments

Color spaces of #acd47f

RGB 172212127
HSL0.250.500.66
HSV88°40°83°
CMYK 0.190.000.40   0.17
XYZ44.387557.389928.8166
Yxy57.38990.33990.4395
Hunter Lab75.7561-27.985430.4762
CIE-Lab80.3984-27.588637.7965

#acd47f color RGB value is (172,212,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010100 01111111
Octal 254 324 177
Decimal 172 212 127
Hex AC D4 7F

RGB Percentages of Color #acd47f

%33.66
%41.49
%24.85

CMYK Percentages of Color #acd47f

%19
%0
%40
%17

Triadic Colors of #acd47f

#acd47f #7facd4 #d47fac

Analogous Colors of #acd47f

#acd47f #82d47f #d4d27f

Monochromatic Colors of #acd47f

#acd47f

Complementary Color

#acd47f #a77fd4

#acd47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd47f Color CSS Codes

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

#acd47f Text Font Color

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

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


#acd47f Background Color

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

This div background color is #acd47f


#acd47f Border Color

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

This div border color is #acd47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd47f


Comments

No comments written yet.

Please login to write comment.