Color Hex Logo

#acd40f Color Hex

#ACD40F
(172,212,15)
0 Favorites   0 Comments

Color spaces of #acd40f

RGB 17221215
HSL0.200.870.45
HSV72°93°83°
CMYK 0.190.000.93   0.17
XYZ40.643055.89219.0981
Yxy55.89210.38480.5291
Hunter Lab74.7610-33.792245.1174
CIE-Lab79.5524-35.172277.3088

#acd40f color RGB value is (172,212,15).

#acd40f hex color red value is 172, green value is 212 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #acd40f hue: 0.20 , saturation: 0.87 and the lightness value of acd40f is 0.45.

The process color (four color CMYK) of #acd40f color hex is 0.19, 0.00, 0.93, 0.17. Web safe color of #acd40f is #99cc00. Color #acd40f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010100 00001111
Octal 254 324 17
Decimal 172 212 15
Hex AC D4 F

RGB Percentages of Color #acd40f

%43.11
%53.13
%3.76

CMYK Percentages of Color #acd40f

%19
%0
%93
%17

Triadic Colors of #acd40f

#acd40f #0facd4 #d40fac

Analogous Colors of #acd40f

#acd40f #4ad40f #d49a0f

Monochromatic Colors of #acd40f

#acd40f

Complementary Color

#acd40f #370fd4

#acd40f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd40f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd40f Color CSS Codes

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

#acd40f Text Font Color

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

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


#acd40f Background Color

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

This div background color is #acd40f


#acd40f Border Color

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

This div border color is #acd40f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd40f


Comments

No comments written yet.

Please login to write comment.