Color Hex Logo

#acd27f Color Hex

#ACD27F
(172,210,127)
0 Favorites   0 Comments

Color spaces of #acd27f

RGB 172210127
HSL0.240.480.66
HSV87°40°82°
CMYK 0.180.000.40   0.18
XYZ43.890656.396128.6509
Yxy56.39610.34040.4374
Hunter Lab75.0973-27.096129.9480
CIE-Lab79.8387-26.629237.0781

#acd27f color RGB value is (172,210,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010010 01111111
Octal 254 322 177
Decimal 172 210 127
Hex AC D2 7F

RGB Percentages of Color #acd27f

%33.79
%41.26
%24.95

CMYK Percentages of Color #acd27f

%18
%0
%40
%18

Triadic Colors of #acd27f

#acd27f #7facd2 #d27fac

Analogous Colors of #acd27f

#acd27f #83d27f #d2cf7f

Monochromatic Colors of #acd27f

#acd27f

Complementary Color

#acd27f #a57fd2

#acd27f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd27f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd27f Color CSS Codes

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

#acd27f Text Font Color

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

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


#acd27f Background Color

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

This div background color is #acd27f


#acd27f Border Color

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

This div border color is #acd27f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd27f


Comments

No comments written yet.

Please login to write comment.