Color Hex Logo

#acd391 Color Hex

#ACD391
(172,211,145)
0 Favorites   0 Comments

Color spaces of #acd391

RGB 172211145
HSL0.270.430.70
HSV95°31°83°
CMYK 0.180.000.31   0.17
XYZ45.418457.403535.4743
Yxy57.40350.32840.4151
Hunter Lab75.7651-25.584725.2751
CIE-Lab80.4060-24.641228.5974

#acd391 color RGB value is (172,211,145).

#acd391 hex color red value is 172, green value is 211 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #acd391 hue: 0.27 , saturation: 0.43 and the lightness value of acd391 is 0.70.

The process color (four color CMYK) of #acd391 color hex is 0.18, 0.00, 0.31, 0.17. Web safe color of #acd391 is #99cc99. Color #acd391 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010011 10010001
Octal 254 323 221
Decimal 172 211 145
Hex AC D3 91

RGB Percentages of Color #acd391

%32.58
%39.96
%27.46

CMYK Percentages of Color #acd391

%18
%0
%31
%17

Triadic Colors of #acd391

#acd391 #91acd3 #d391ac

Analogous Colors of #acd391

#acd391 #91d397 #cdd391

Monochromatic Colors of #acd391

#acd391

Complementary Color

#acd391 #b891d3

#acd391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd391 Color CSS Codes

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

#acd391 Text Font Color

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

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


#acd391 Background Color

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

This div background color is #acd391


#acd391 Border Color

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

This div border color is #acd391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd391


Comments

No comments written yet.

Please login to write comment.