Color Hex Logo

#acd22c Color Hex

#ACD22C
(172,210,44)
0 Favorites   0 Comments

Color spaces of #acd22c

RGB 17221044
HSL0.200.650.50
HSV74°79°82°
CMYK 0.180.000.79   0.18
XYZ40.514555.045710.8724
Yxy55.04570.38070.5172
Hunter Lab74.1928-32.363843.2464
CIE-Lab79.0676-33.480071.1231

#acd22c color RGB value is (172,210,44).

#acd22c hex color red value is 172, green value is 210 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #acd22c hue: 0.20 , saturation: 0.65 and the lightness value of acd22c is 0.50.

The process color (four color CMYK) of #acd22c color hex is 0.18, 0.00, 0.79, 0.18. Web safe color of #acd22c is #99cc33. Color #acd22c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010010 00101100
Octal 254 322 54
Decimal 172 210 44
Hex AC D2 2C

RGB Percentages of Color #acd22c

%40.38
%49.30
%10.33

CMYK Percentages of Color #acd22c

%18
%0
%79
%18

Triadic Colors of #acd22c

#acd22c #2cacd2 #d22cac

Analogous Colors of #acd22c

#acd22c #59d22c #d2a52c

Monochromatic Colors of #acd22c

#acd22c

Complementary Color

#acd22c #522cd2

#acd22c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd22c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd22c Color CSS Codes

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

#acd22c Text Font Color

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

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


#acd22c Background Color

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

This div background color is #acd22c


#acd22c Border Color

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

This div border color is #acd22c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd22c


Comments

No comments written yet.

Please login to write comment.