Color Hex Logo

#acd05d Color Hex

#ACD05D
(172,208,93)
0 Favorites   0 Comments

Color spaces of #acd05d

RGB 17220893
HSL0.220.550.59
HSV79°55°82°
CMYK 0.170.000.55   0.18
XYZ41.544954.672718.7192
Yxy54.67270.36150.4757
Hunter Lab73.9410-29.103736.7486
CIE-Lab78.8524-29.388952.3298

#acd05d color RGB value is (172,208,93).

#acd05d hex color red value is 172, green value is 208 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #acd05d hue: 0.22 , saturation: 0.55 and the lightness value of acd05d is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010000 01011101
Octal 254 320 135
Decimal 172 208 93
Hex AC D0 5D

RGB Percentages of Color #acd05d

%36.36
%43.97
%19.66

CMYK Percentages of Color #acd05d

%17
%0
%55
%18

Triadic Colors of #acd05d

#acd05d #5dacd0 #d05dac

Analogous Colors of #acd05d

#acd05d #73d05d #d0bb5d

Monochromatic Colors of #acd05d

#acd05d

Complementary Color

#acd05d #815dd0

#acd05d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd05d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd05d Color CSS Codes

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

#acd05d Text Font Color

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

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


#acd05d Background Color

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

This div background color is #acd05d


#acd05d Border Color

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

This div border color is #acd05d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd05d


Comments

No comments written yet.

Please login to write comment.