Color Hex Logo

#acd85d Color Hex

#ACD85D
(172,216,93)
0 Favorites   0 Comments

Color spaces of #acd85d

RGB 17221693
HSL0.230.610.61
HSV81°57°85°
CMYK 0.200.000.57   0.15
XYZ43.544958.672719.3858
Yxy58.67270.35810.4825
Hunter Lab76.5981-32.572138.6133
CIE-Lab81.1114-33.132054.9199

#acd85d color RGB value is (172,216,93).

#acd85d hex color red value is 172, green value is 216 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #acd85d hue: 0.23 , saturation: 0.61 and the lightness value of acd85d is 0.61.

The process color (four color CMYK) of #acd85d color hex is 0.20, 0.00, 0.57, 0.15. Web safe color of #acd85d is #99cc66. Color #acd85d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011000 01011101
Octal 254 330 135
Decimal 172 216 93
Hex AC D8 5D

RGB Percentages of Color #acd85d

%35.76
%44.91
%19.33

CMYK Percentages of Color #acd85d

%20
%0
%57
%15

Triadic Colors of #acd85d

#acd85d #5dacd8 #d85dac

Analogous Colors of #acd85d

#acd85d #6fd85d #d8c75d

Monochromatic Colors of #acd85d

#acd85d

Complementary Color

#acd85d #895dd8

#acd85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd85d Color CSS Codes

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

#acd85d Text Font Color

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

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


#acd85d Background Color

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

This div background color is #acd85d


#acd85d Border Color

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

This div border color is #acd85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd85d


Comments

No comments written yet.

Please login to write comment.