Color Hex Logo

#acdc22 Color Hex

#ACDC22
(172,220,34)
0 Favorites   0 Comments

Color spaces of #acdc22

RGB 17222034
HSL0.210.730.50
HSV75°85°86°
CMYK 0.220.000.85   0.14
XYZ42.895260.072510.8477
Yxy60.07250.37690.5278
Hunter Lab77.5065-36.847245.9564
CIE-Lab81.8776-38.361376.0382

#acdc22 color RGB value is (172,220,34).

#acdc22 hex color red value is 172, green value is 220 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #acdc22 hue: 0.21 , saturation: 0.73 and the lightness value of acdc22 is 0.50.

The process color (four color CMYK) of #acdc22 color hex is 0.22, 0.00, 0.85, 0.14. Web safe color of #acdc22 is #99cc33. Color #acdc22 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011100 00100010
Octal 254 334 42
Decimal 172 220 34
Hex AC DC 22

RGB Percentages of Color #acdc22

%40.38
%51.64
%7.98

CMYK Percentages of Color #acdc22

%22
%0
%85
%14

Triadic Colors of #acdc22

#acdc22 #22acdc #dc22ac

Analogous Colors of #acdc22

#acdc22 #4fdc22 #dcaf22

Monochromatic Colors of #acdc22

#acdc22

Complementary Color

#acdc22 #5222dc

#acdc22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdc22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdc22 Color CSS Codes

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

#acdc22 Text Font Color

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

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


#acdc22 Background Color

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

This div background color is #acdc22


#acdc22 Border Color

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

This div border color is #acdc22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdc22


Comments

No comments written yet.

Please login to write comment.