Color Hex Logo

#acd991 Color Hex

#ACD991
(172,217,145)
0 Favorites   0 Comments

Color spaces of #acd991

RGB 172217145
HSL0.270.490.71
HSV98°33°85°
CMYK 0.210.000.33   0.15
XYZ46.936960.440735.9804
Yxy60.44070.32740.4216
Hunter Lab77.7436-28.283826.9806
CIE-Lab82.0771-27.535630.8273

#acd991 color RGB value is (172,217,145).

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

The process color (four color CMYK) of #acd991 color hex is 0.21, 0.00, 0.33, 0.15. Web safe color of #acd991 is #99cc99. Color #acd991 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011001 10010001
Octal 254 331 221
Decimal 172 217 145
Hex AC D9 91

RGB Percentages of Color #acd991

%32.21
%40.64
%27.15

CMYK Percentages of Color #acd991

%21
%0
%33
%15

Triadic Colors of #acd991

#acd991 #91acd9 #d991ac

Analogous Colors of #acd991

#acd991 #91d99a #d0d991

Monochromatic Colors of #acd991

#acd991

Complementary Color

#acd991 #be91d9

#acd991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd991 Color CSS Codes

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

#acd991 Text Font Color

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

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


#acd991 Background Color

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

This div background color is #acd991


#acd991 Border Color

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

This div border color is #acd991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd991


Comments

No comments written yet.

Please login to write comment.