Color Hex Logo

#acd922 Color Hex

#ACD922
(172,217,34)
0 Favorites   0 Comments

Color spaces of #acd922

RGB 17221734
HSL0.210.730.49
HSV75°84°85°
CMYK 0.210.000.84   0.15
XYZ42.114858.511910.5876
Yxy58.51190.37870.5261
Hunter Lab76.4931-35.586145.3387
CIE-Lab81.0226-37.016075.3111

#acd922 color RGB value is (172,217,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011001 00100010
Octal 254 331 42
Decimal 172 217 34
Hex AC D9 22

RGB Percentages of Color #acd922

%40.66
%51.30
%8.04

CMYK Percentages of Color #acd922

%21
%0
%84
%15

Triadic Colors of #acd922

#acd922 #22acd9 #d922ac

Analogous Colors of #acd922

#acd922 #50d922 #d9ab22

Monochromatic Colors of #acd922

#acd922

Complementary Color

#acd922 #4f22d9

#acd922 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd922 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd922 Color CSS Codes

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

#acd922 Text Font Color

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

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


#acd922 Background Color

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

This div background color is #acd922


#acd922 Border Color

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

This div border color is #acd922


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd922


Comments

No comments written yet.

Please login to write comment.