Color Hex Logo

#acd960 Color Hex

#ACD960
(172,217,96)
0 Favorites   0 Comments

Color spaces of #acd960

RGB 17221796
HSL0.230.610.61
HSV82°56°85°
CMYK 0.210.000.56   0.15
XYZ43.937459.240920.1852
Yxy59.24090.35620.4802
Hunter Lab76.9681-32.797138.3286
CIE-Lab81.4238-33.324353.9329

#acd960 color RGB value is (172,217,96).

#acd960 hex color red value is 172, green value is 217 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #acd960 hue: 0.23 , saturation: 0.61 and the lightness value of acd960 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011001 01100000
Octal 254 331 140
Decimal 172 217 96
Hex AC D9 60

RGB Percentages of Color #acd960

%35.46
%44.74
%19.79

CMYK Percentages of Color #acd960

%21
%0
%56
%15

Triadic Colors of #acd960

#acd960 #60acd9 #d960ac

Analogous Colors of #acd960

#acd960 #70d960 #d9ca60

Monochromatic Colors of #acd960

#acd960

Complementary Color

#acd960 #8d60d9

#acd960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd960 Color CSS Codes

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

#acd960 Text Font Color

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

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


#acd960 Background Color

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

This div background color is #acd960


#acd960 Border Color

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

This div border color is #acd960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd960


Comments

No comments written yet.

Please login to write comment.