Color Hex Logo

#acd316 Color Hex

#ACD316
(172,211,22)
0 Favorites   0 Comments

Color spaces of #acd316

RGB 17221122
HSL0.200.810.46
HSV72°90°83°
CMYK 0.180.000.90   0.17
XYZ40.452355.41719.3236
Yxy55.41710.38460.5268
Hunter Lab74.4427-33.277444.6841
CIE-Lab79.2809-34.592276.1243

#acd316 color RGB value is (172,211,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010011 00010110
Octal 254 323 26
Decimal 172 211 22
Hex AC D3 16

RGB Percentages of Color #acd316

%42.47
%52.10
%5.43

CMYK Percentages of Color #acd316

%18
%0
%90
%17

Triadic Colors of #acd316

#acd316 #16acd3 #d316ac

Analogous Colors of #acd316

#acd316 #4ed316 #d39c16

Monochromatic Colors of #acd316

#acd316

Complementary Color

#acd316 #3d16d3

#acd316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd316 Color CSS Codes

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

#acd316 Text Font Color

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

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


#acd316 Background Color

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

This div background color is #acd316


#acd316 Border Color

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

This div border color is #acd316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd316


Comments

No comments written yet.

Please login to write comment.