Color Hex Logo

#acd993 Color Hex

#ACD993
(172,217,147)
0 Favorites   0 Comments

Color spaces of #acd993

RGB 172217147
HSL0.270.480.71
HSV99°32°85°
CMYK 0.210.000.32   0.15
XYZ47.092660.502936.8000
Yxy60.50290.32610.4190
Hunter Lab77.7836-28.051926.3980
CIE-Lab82.1108-27.244129.8432

#acd993 color RGB value is (172,217,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011001 10010011
Octal 254 331 223
Decimal 172 217 147
Hex AC D9 93

RGB Percentages of Color #acd993

%32.09
%40.49
%27.43

CMYK Percentages of Color #acd993

%21
%0
%32
%15

Triadic Colors of #acd993

#acd993 #93acd9 #d993ac

Analogous Colors of #acd993

#acd993 #93d99d #cfd993

Monochromatic Colors of #acd993

#acd993

Complementary Color

#acd993 #c093d9

#acd993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd993 Color CSS Codes

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

#acd993 Text Font Color

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

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


#acd993 Background Color

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

This div background color is #acd993


#acd993 Border Color

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

This div border color is #acd993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd993


Comments

No comments written yet.

Please login to write comment.