Color Hex Logo

#acd57d Color Hex

#ACD57D
(172,213,125)
0 Favorites   0 Comments

Color spaces of #acd57d

RGB 172213125
HSL0.240.510.66
HSV88°41°84°
CMYK 0.190.000.41   0.16
XYZ44.509257.839828.2204
Yxy57.83980.34090.4430
Hunter Lab76.0525-28.625931.2363
CIE-Lab80.6496-28.317439.1214

#acd57d color RGB value is (172,213,125).

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

The process color (four color CMYK) of #acd57d color hex is 0.19, 0.00, 0.41, 0.16. Web safe color of #acd57d is #99cc66. Color #acd57d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010101 01111101
Octal 254 325 175
Decimal 172 213 125
Hex AC D5 7D

RGB Percentages of Color #acd57d

%33.73
%41.76
%24.51

CMYK Percentages of Color #acd57d

%19
%0
%41
%16

Triadic Colors of #acd57d

#acd57d #7dacd5 #d57dac

Analogous Colors of #acd57d

#acd57d #80d57d #d5d27d

Monochromatic Colors of #acd57d

#acd57d

Complementary Color

#acd57d #a67dd5

#acd57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd57d Color CSS Codes

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

#acd57d Text Font Color

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

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


#acd57d Background Color

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

This div background color is #acd57d


#acd57d Border Color

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

This div border color is #acd57d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd57d


Comments

No comments written yet.

Please login to write comment.