Color Hex Logo

#acdd9f Color Hex

#ACDD9F
(172,221,159)
0 Favorites   0 Comments

Color spaces of #acdd9f

RGB 172221159
HSL0.300.480.75
HSV107°28°87°
CMYK 0.220.000.28   0.13
XYZ49.127762.986842.3692
Yxy62.98680.31800.4077
Hunter Lab79.3642-28.393123.9025
CIE-Lab83.4354-27.334725.4268

#acdd9f color RGB value is (172,221,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 10011111
Octal 254 335 237
Decimal 172 221 159
Hex AC DD 9F

RGB Percentages of Color #acdd9f

%31.16
%40.04
%28.80

CMYK Percentages of Color #acdd9f

%22
%0
%28
%13

Triadic Colors of #acdd9f

#acdd9f #9facdd #dd9fac

Analogous Colors of #acdd9f

#acdd9f #9fddb1 #cbdd9f

Monochromatic Colors of #acdd9f

#acdd9f

Complementary Color

#acdd9f #d09fdd

#acdd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdd9f Color CSS Codes

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

#acdd9f Text Font Color

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

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


#acdd9f Background Color

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

This div background color is #acdd9f


#acdd9f Border Color

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

This div border color is #acdd9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdd9f


Comments

No comments written yet.

Please login to write comment.