Color Hex Logo

#acd418 Color Hex

#ACD418
(172,212,24)
0 Favorites   0 Comments

Color spaces of #acd418

RGB 17221224
HSL0.200.800.46
HSV73°89°83°
CMYK 0.190.000.89   0.17
XYZ40.721655.92369.5122
Yxy55.92360.38360.5268
Hunter Lab74.7821-33.668844.8058
CIE-Lab79.5703-35.006976.0328

#acd418 color RGB value is (172,212,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010100 00011000
Octal 254 324 30
Decimal 172 212 24
Hex AC D4 18

RGB Percentages of Color #acd418

%42.16
%51.96
%5.88

CMYK Percentages of Color #acd418

%19
%0
%89
%17

Triadic Colors of #acd418

#acd418 #18acd4 #d418ac

Analogous Colors of #acd418

#acd418 #4ed418 #d49e18

Monochromatic Colors of #acd418

#acd418

Complementary Color

#acd418 #4018d4

#acd418 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd418 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd418 Color CSS Codes

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

#acd418 Text Font Color

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

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


#acd418 Background Color

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

This div background color is #acd418


#acd418 Border Color

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

This div border color is #acd418


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd418


Comments

No comments written yet.

Please login to write comment.