Color Hex Logo

#acd760 Color Hex

#ACD760
(172,215,96)
0 Favorites   0 Comments

Color spaces of #acd760

RGB 17221596
HSL0.230.600.61
HSV82°55°84°
CMYK 0.200.000.55   0.16
XYZ43.425058.216120.0144
Yxy58.21610.35700.4785
Hunter Lab76.2995-31.932837.8571
CIE-Lab80.8588-32.397553.2812

#acd760 color RGB value is (172,215,96).

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

The process color (four color CMYK) of #acd760 color hex is 0.20, 0.00, 0.55, 0.16. Web safe color of #acd760 is #99cc66. Color #acd760 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010111 01100000
Octal 254 327 140
Decimal 172 215 96
Hex AC D7 60

RGB Percentages of Color #acd760

%35.61
%44.51
%19.88

CMYK Percentages of Color #acd760

%20
%0
%55
%16

Triadic Colors of #acd760

#acd760 #60acd7 #d760ac

Analogous Colors of #acd760

#acd760 #71d760 #d7c760

Monochromatic Colors of #acd760

#acd760

Complementary Color

#acd760 #8b60d7

#acd760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd760 Color CSS Codes

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

#acd760 Text Font Color

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

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


#acd760 Background Color

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

This div background color is #acd760


#acd760 Border Color

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

This div border color is #acd760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd760


Comments

No comments written yet.

Please login to write comment.