Color Hex Logo

#acd61d Color Hex

#ACD61D
(172,214,29)
0 Favorites   0 Comments

Color spaces of #acd61d

RGB 17221429
HSL0.200.760.48
HSV74°86°84°
CMYK 0.200.000.86   0.16
XYZ41.281656.95259.9796
Yxy56.95250.38150.5263
Hunter Lab75.4669-34.424744.9864
CIE-Lab80.1529-35.797975.6069

#acd61d color RGB value is (172,214,29).

#acd61d hex color red value is 172, green value is 214 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #acd61d hue: 0.20 , saturation: 0.76 and the lightness value of acd61d is 0.48.

The process color (four color CMYK) of #acd61d color hex is 0.20, 0.00, 0.86, 0.16. Web safe color of #acd61d is #99cc33. Color #acd61d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010110 00011101
Octal 254 326 35
Decimal 172 214 29
Hex AC D6 1D

RGB Percentages of Color #acd61d

%41.45
%51.57
%6.99

CMYK Percentages of Color #acd61d

%20
%0
%86
%16

Triadic Colors of #acd61d

#acd61d #1dacd6 #d61dac

Analogous Colors of #acd61d

#acd61d #50d61d #d6a41d

Monochromatic Colors of #acd61d

#acd61d

Complementary Color

#acd61d #471dd6

#acd61d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd61d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd61d Color CSS Codes

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

#acd61d Text Font Color

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

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


#acd61d Background Color

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

This div background color is #acd61d


#acd61d Border Color

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

This div border color is #acd61d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd61d


Comments

No comments written yet.

Please login to write comment.