Color Hex Logo

#acdd6f Color Hex

#ACDD6F
(172,221,111)
0 Favorites   0 Comments

Color spaces of #acdd6f

RGB 172221111
HSL0.240.620.65
HSV87°50°87°
CMYK 0.220.000.50   0.13
XYZ45.739061.631324.5243
Yxy61.63130.34680.4673
Hunter Lab78.5056-33.387036.4324
CIE-Lab82.7170-33.684648.5152

#acdd6f color RGB value is (172,221,111).

#acdd6f hex color red value is 172, green value is 221 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #acdd6f hue: 0.24 , saturation: 0.62 and the lightness value of acdd6f is 0.65.

The process color (four color CMYK) of #acdd6f color hex is 0.22, 0.00, 0.50, 0.13. Web safe color of #acdd6f is #99cc66. Color #acdd6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 01101111
Octal 254 335 157
Decimal 172 221 111
Hex AC DD 6F

RGB Percentages of Color #acdd6f

%34.13
%43.85
%22.02

CMYK Percentages of Color #acdd6f

%22
%0
%50
%13

Triadic Colors of #acdd6f

#acdd6f #6facdd #dd6fac

Analogous Colors of #acdd6f

#acdd6f #75dd6f #ddd76f

Monochromatic Colors of #acdd6f

#acdd6f

Complementary Color

#acdd6f #a06fdd

#acdd6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdd6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdd6f Color CSS Codes

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

#acdd6f Text Font Color

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

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


#acdd6f Background Color

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

This div background color is #acdd6f


#acdd6f Border Color

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

This div border color is #acdd6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdd6f


Comments

No comments written yet.

Please login to write comment.