Color Hex Logo

#acd612 Color Hex

#ACD612
(172,214,18)
0 Favorites   0 Comments

Color spaces of #acd612

RGB 17221418
HSL0.200.840.45
HSV73°92°84°
CMYK 0.200.000.92   0.16
XYZ41.169056.90759.3867
Yxy56.90750.38310.5296
Hunter Lab75.4371-34.600345.4284
CIE-Lab80.1275-36.033377.3856

#acd612 color RGB value is (172,214,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010110 00010010
Octal 254 326 22
Decimal 172 214 18
Hex AC D6 12

RGB Percentages of Color #acd612

%42.57
%52.97
%4.46

CMYK Percentages of Color #acd612

%20
%0
%92
%16

Triadic Colors of #acd612

#acd612 #12acd6 #d612ac

Analogous Colors of #acd612

#acd612 #4ad612 #d69e12

Monochromatic Colors of #acd612

#acd612

Complementary Color

#acd612 #3c12d6

#acd612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd612 Color CSS Codes

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

#acd612 Text Font Color

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

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


#acd612 Background Color

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

This div background color is #acd612


#acd612 Border Color

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

This div border color is #acd612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd612


Comments

No comments written yet.

Please login to write comment.