Color Hex Logo

#acd951 Color Hex

#ACD951
(172,217,81)
0 Favorites   0 Comments

Color spaces of #acd951

RGB 17221781
HSL0.220.640.58
HSV80°63°85°
CMYK 0.210.000.63   0.15
XYZ43.311358.990416.8881
Yxy58.99040.36340.4949
Hunter Lab76.8052-33.751040.7268
CIE-Lab81.2863-34.576760.2775

#acd951 color RGB value is (172,217,81).

#acd951 hex color red value is 172, green value is 217 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #acd951 hue: 0.22 , saturation: 0.64 and the lightness value of acd951 is 0.58.

The process color (four color CMYK) of #acd951 color hex is 0.21, 0.00, 0.63, 0.15. Web safe color of #acd951 is #99cc66. Color #acd951 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011001 01010001
Octal 254 331 121
Decimal 172 217 81
Hex AC D9 51

RGB Percentages of Color #acd951

%36.60
%46.17
%17.23

CMYK Percentages of Color #acd951

%21
%0
%63
%15

Triadic Colors of #acd951

#acd951 #51acd9 #d951ac

Analogous Colors of #acd951

#acd951 #68d951 #d9c251

Monochromatic Colors of #acd951

#acd951

Complementary Color

#acd951 #7e51d9

#acd951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd951 Color CSS Codes

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

#acd951 Text Font Color

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

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


#acd951 Background Color

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

This div background color is #acd951


#acd951 Border Color

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

This div border color is #acd951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd951


Comments

No comments written yet.

Please login to write comment.