Color Hex Logo

#acdc9f Color Hex

#ACDC9F
(172,220,159)
0 Favorites   0 Comments

Color spaces of #acdc9f

RGB 172220159
HSL0.300.470.74
HSV107°28°86°
CMYK 0.220.000.28   0.14
XYZ48.864562.460342.2815
Yxy62.46030.31810.4066
Hunter Lab79.0318-27.941123.6025
CIE-Lab83.1576-26.855025.0486

#acdc9f color RGB value is (172,220,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011100 10011111
Octal 254 334 237
Decimal 172 220 159
Hex AC DC 9F

RGB Percentages of Color #acdc9f

%31.22
%39.93
%28.86

CMYK Percentages of Color #acdc9f

%22
%0
%28
%14

Triadic Colors of #acdc9f

#acdc9f #9facdc #dc9fac

Analogous Colors of #acdc9f

#acdc9f #9fdcb1 #cbdc9f

Monochromatic Colors of #acdc9f

#acdc9f

Complementary Color

#acdc9f #cf9fdc

#acdc9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdc9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdc9f Color CSS Codes

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

#acdc9f Text Font Color

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

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


#acdc9f Background Color

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

This div background color is #acdc9f


#acdc9f Border Color

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

This div border color is #acdc9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdc9f


Comments

No comments written yet.

Please login to write comment.