Color Hex Logo

#acd016 Color Hex

#ACD016
(172,208,22)
0 Favorites   0 Comments

Color spaces of #acd016

RGB 17220822
HSL0.200.810.45
HSV72°89°82°
CMYK 0.170.000.89   0.18
XYZ39.714053.94039.0774
Yxy53.94030.38660.5251
Hunter Lab73.4441-32.005444.0828
CIE-Lab78.4269-33.213375.4347

#acd016 color RGB value is (172,208,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010000 00010110
Octal 254 320 26
Decimal 172 208 22
Hex AC D0 16

RGB Percentages of Color #acd016

%42.79
%51.74
%5.47

CMYK Percentages of Color #acd016

%17
%0
%89
%18

Triadic Colors of #acd016

#acd016 #16acd0 #d016ac

Analogous Colors of #acd016

#acd016 #4fd016 #d09716

Monochromatic Colors of #acd016

#acd016

Complementary Color

#acd016 #3a16d0

#acd016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd016 Color CSS Codes

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

#acd016 Text Font Color

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

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


#acd016 Background Color

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

This div background color is #acd016


#acd016 Border Color

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

This div border color is #acd016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd016


Comments

No comments written yet.

Please login to write comment.