Color Hex Logo

#acd756 Color Hex

#ACD756
(172,215,86)
0 Favorites   0 Comments

Color spaces of #acd756

RGB 17221586
HSL0.220.620.59
HSV80°60°84°
CMYK 0.200.000.60   0.16
XYZ42.993458.043417.7416
Yxy58.04340.36200.4887
Hunter Lab76.1862-32.594839.5234
CIE-Lab80.7629-33.264357.5945

#acd756 color RGB value is (172,215,86).

#acd756 hex color red value is 172, green value is 215 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #acd756 hue: 0.22 , saturation: 0.62 and the lightness value of acd756 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010111 01010110
Octal 254 327 126
Decimal 172 215 86
Hex AC D7 56

RGB Percentages of Color #acd756

%36.36
%45.45
%18.18

CMYK Percentages of Color #acd756

%20
%0
%60
%16

Triadic Colors of #acd756

#acd756 #56acd7 #d756ac

Analogous Colors of #acd756

#acd756 #6cd756 #d7c256

Monochromatic Colors of #acd756

#acd756

Complementary Color

#acd756 #8156d7

#acd756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd756 Color CSS Codes

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

#acd756 Text Font Color

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

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


#acd756 Background Color

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

This div background color is #acd756


#acd756 Border Color

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

This div border color is #acd756


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd756


Comments

No comments written yet.

Please login to write comment.