Color Hex Logo

#acd019 Color Hex

#ACD019
(172,208,25)
0 Favorites   0 Comments

Color spaces of #acd019

RGB 17220825
HSL0.200.790.46
HSV72°88°82°
CMYK 0.170.000.88   0.18
XYZ39.744653.95269.2388
Yxy53.95260.38610.5241
Hunter Lab73.4524-31.956743.9592
CIE-Lab78.4341-33.148374.9323

#acd019 color RGB value is (172,208,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010000 00011001
Octal 254 320 31
Decimal 172 208 25
Hex AC D0 19

RGB Percentages of Color #acd019

%42.47
%51.36
%6.17

CMYK Percentages of Color #acd019

%17
%0
%88
%18

Triadic Colors of #acd019

#acd019 #19acd0 #d019ac

Analogous Colors of #acd019

#acd019 #51d019 #d09919

Monochromatic Colors of #acd019

#acd019

Complementary Color

#acd019 #3d19d0

#acd019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd019 Color CSS Codes

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

#acd019 Text Font Color

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

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


#acd019 Background Color

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

This div background color is #acd019


#acd019 Border Color

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

This div border color is #acd019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd019


Comments

No comments written yet.

Please login to write comment.