Color Hex Logo

#acd716 Color Hex

#ACD716
(172,215,22)
0 Favorites   0 Comments

Color spaces of #acd716

RGB 17221522
HSL0.200.810.46
HSV73°90°84°
CMYK 0.200.000.90   0.16
XYZ41.458557.42959.6590
Yxy57.42950.38190.5291
Hunter Lab75.7823-34.966245.4906
CIE-Lab80.4206-36.411677.0446

#acd716 color RGB value is (172,215,22).

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

The process color (four color CMYK) of #acd716 color hex is 0.20, 0.00, 0.90, 0.16. Web safe color of #acd716 is #99cc00. Color #acd716 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010111 00010110
Octal 254 327 26
Decimal 172 215 22
Hex AC D7 16

RGB Percentages of Color #acd716

%42.05
%52.57
%5.38

CMYK Percentages of Color #acd716

%20
%0
%90
%16

Triadic Colors of #acd716

#acd716 #16acd7 #d716ac

Analogous Colors of #acd716

#acd716 #4cd716 #d7a216

Monochromatic Colors of #acd716

#acd716

Complementary Color

#acd716 #4116d7

#acd716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd716 Color CSS Codes

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

#acd716 Text Font Color

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

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


#acd716 Background Color

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

This div background color is #acd716


#acd716 Border Color

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

This div border color is #acd716


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,215,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 #acd716">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd716


Comments

No comments written yet.

Please login to write comment.