Color Hex Logo

#acdc9e Color Hex

#ACDC9E
(172,220,158)
0 Favorites   0 Comments

Color spaces of #acdc9e

RGB 172220158
HSL0.300.470.74
HSV106°28°86°
CMYK 0.220.000.28   0.14
XYZ48.778062.425741.8262
Yxy62.42570.31870.4079
Hunter Lab79.0099-28.067723.9201
CIE-Lab83.1393-27.012625.5426

#acdc9e color RGB value is (172,220,158).

#acdc9e hex color red value is 172, green value is 220 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #acdc9e hue: 0.30 , saturation: 0.47 and the lightness value of acdc9e is 0.74.

The process color (four color CMYK) of #acdc9e color hex is 0.22, 0.00, 0.28, 0.14. Web safe color of #acdc9e is #99cc99. Color #acdc9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011100 10011110
Octal 254 334 236
Decimal 172 220 158
Hex AC DC 9E

RGB Percentages of Color #acdc9e

%31.27
%40.00
%28.73

CMYK Percentages of Color #acdc9e

%22
%0
%28
%14

Triadic Colors of #acdc9e

#acdc9e #9eacdc #dc9eac

Analogous Colors of #acdc9e

#acdc9e #9edcaf #cbdc9e

Monochromatic Colors of #acdc9e

#acdc9e

Complementary Color

#acdc9e #ce9edc

#acdc9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdc9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdc9e Color CSS Codes

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

#acdc9e Text Font Color

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

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


#acdc9e Background Color

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

This div background color is #acdc9e


#acdc9e Border Color

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

This div border color is #acdc9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdc9e


Comments

No comments written yet.

Please login to write comment.