Color Hex Logo

#acd00c Color Hex

#ACD00C
(172,208,12)
0 Favorites   0 Comments

Color spaces of #acd00c

RGB 17220812
HSL0.200.890.43
HSV71°94°82°
CMYK 0.170.000.94   0.18
XYZ39.635553.90908.6643
Yxy53.90900.38780.5274
Hunter Lab73.4227-32.130944.3994
CIE-Lab78.4086-33.381076.7492

#acd00c color RGB value is (172,208,12).

#acd00c hex color red value is 172, green value is 208 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #acd00c hue: 0.20 , saturation: 0.89 and the lightness value of acd00c is 0.43.

The process color (four color CMYK) of #acd00c color hex is 0.17, 0.00, 0.94, 0.18. Web safe color of #acd00c is #99cc00. Color #acd00c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010000 00001100
Octal 254 320 14
Decimal 172 208 12
Hex AC D0 C

RGB Percentages of Color #acd00c

%43.88
%53.06
%3.06

CMYK Percentages of Color #acd00c

%17
%0
%94
%18

Triadic Colors of #acd00c

#acd00c #0cacd0 #d00cac

Analogous Colors of #acd00c

#acd00c #4ad00c #d0920c

Monochromatic Colors of #acd00c

#acd00c

Complementary Color

#acd00c #300cd0

#acd00c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd00c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd00c Color CSS Codes

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

#acd00c Text Font Color

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

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


#acd00c Background Color

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

This div background color is #acd00c


#acd00c Border Color

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

This div border color is #acd00c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd00c


Comments

No comments written yet.

Please login to write comment.