Color Hex Logo

#acdc9d Color Hex

#ACDC9D
(172,220,157)
0 Favorites   0 Comments

Color spaces of #acdc9d

RGB 172220157
HSL0.290.470.74
HSV106°29°86°
CMYK 0.220.000.29   0.14
XYZ48.692362.391441.3747
Yxy62.39140.31940.4092
Hunter Lab78.9882-28.193124.2352
CIE-Lab83.1211-27.168926.0363

#acdc9d color RGB value is (172,220,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011100 10011101
Octal 254 334 235
Decimal 172 220 157
Hex AC DC 9D

RGB Percentages of Color #acdc9d

%31.33
%40.07
%28.60

CMYK Percentages of Color #acdc9d

%22
%0
%29
%14

Triadic Colors of #acdc9d

#acdc9d #9dacdc #dc9dac

Analogous Colors of #acdc9d

#acdc9d #9ddcae #ccdc9d

Monochromatic Colors of #acdc9d

#acdc9d

Complementary Color

#acdc9d #cd9ddc

#acdc9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdc9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdc9d Color CSS Codes

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

#acdc9d Text Font Color

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

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


#acdc9d Background Color

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

This div background color is #acdc9d


#acdc9d Border Color

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

This div border color is #acdc9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdc9d


Comments

No comments written yet.

Please login to write comment.