Color Hex Logo

#acd92c Color Hex

#ACD92C
(172,217,44)
0 Favorites   0 Comments

Color spaces of #acd92c

RGB 17221744
HSL0.210.690.51
HSV76°80°85°
CMYK 0.210.000.80   0.15
XYZ42.280758.578211.4612
Yxy58.57820.37640.5215
Hunter Lab76.5364-35.330644.6969
CIE-Lab81.0592-36.674072.9113

#acd92c color RGB value is (172,217,44).

#acd92c hex color red value is 172, green value is 217 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #acd92c hue: 0.21 , saturation: 0.69 and the lightness value of acd92c is 0.51.

The process color (four color CMYK) of #acd92c color hex is 0.21, 0.00, 0.80, 0.15. Web safe color of #acd92c is #99cc33. Color #acd92c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011001 00101100
Octal 254 331 54
Decimal 172 217 44
Hex AC D9 2C

RGB Percentages of Color #acd92c

%39.72
%50.12
%10.16

CMYK Percentages of Color #acd92c

%21
%0
%80
%15

Triadic Colors of #acd92c

#acd92c #2cacd9 #d92cac

Analogous Colors of #acd92c

#acd92c #56d92c #d9b02c

Monochromatic Colors of #acd92c

#acd92c

Complementary Color

#acd92c #592cd9

#acd92c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd92c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd92c Color CSS Codes

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

#acd92c Text Font Color

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

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


#acd92c Background Color

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

This div background color is #acd92c


#acd92c Border Color

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

This div border color is #acd92c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd92c


Comments

No comments written yet.

Please login to write comment.