Color Hex Logo

#acd86d Color Hex

#ACD86D
(172,216,109)
0 Favorites   0 Comments

Color spaces of #acd86d

RGB 172216109
HSL0.240.580.64
HSV85°50°85°
CMYK 0.200.000.50   0.15
XYZ44.329458.986523.5171
Yxy58.98650.34950.4651
Hunter Lab76.8027-31.377035.6072
CIE-Lab81.2842-31.575947.7341

#acd86d color RGB value is (172,216,109).

#acd86d hex color red value is 172, green value is 216 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #acd86d hue: 0.24 , saturation: 0.58 and the lightness value of acd86d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011000 01101101
Octal 254 330 155
Decimal 172 216 109
Hex AC D8 6D

RGB Percentages of Color #acd86d

%34.61
%43.46
%21.93

CMYK Percentages of Color #acd86d

%20
%0
%50
%15

Triadic Colors of #acd86d

#acd86d #6dacd8 #d86dac

Analogous Colors of #acd86d

#acd86d #77d86d #d8cf6d

Monochromatic Colors of #acd86d

#acd86d

Complementary Color

#acd86d #996dd8

#acd86d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd86d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd86d Color CSS Codes

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

#acd86d Text Font Color

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

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


#acd86d Background Color

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

This div background color is #acd86d


#acd86d Border Color

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

This div border color is #acd86d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd86d


Comments

No comments written yet.

Please login to write comment.