Color Hex Logo

#acdf8f Color Hex

#ACDF8F
(172,223,143)
0 Favorites   0 Comments

Color spaces of #acdf8f

RGB 172223143
HSL0.270.560.72
HSV98°36°87°
CMYK 0.230.000.36   0.13
XYZ48.358963.529235.7002
Yxy63.52920.32770.4304
Hunter Lab79.7052-31.184229.2375
CIE-Lab83.7200-30.665634.0197

#acdf8f color RGB value is (172,223,143).

#acdf8f hex color red value is 172, green value is 223 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #acdf8f hue: 0.27 , saturation: 0.56 and the lightness value of acdf8f is 0.72.

The process color (four color CMYK) of #acdf8f color hex is 0.23, 0.00, 0.36, 0.13. Web safe color of #acdf8f is #99cc99. Color #acdf8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 10001111
Octal 254 337 217
Decimal 172 223 143
Hex AC DF 8F

RGB Percentages of Color #acdf8f

%31.97
%41.45
%26.58

CMYK Percentages of Color #acdf8f

%23
%0
%36
%13

Triadic Colors of #acdf8f

#acdf8f #8facdf #df8fac

Analogous Colors of #acdf8f

#acdf8f #8fdf9a #d4df8f

Monochromatic Colors of #acdf8f

#acdf8f

Complementary Color

#acdf8f #c28fdf

#acdf8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdf8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdf8f Color CSS Codes

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

#acdf8f Text Font Color

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

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


#acdf8f Background Color

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

This div background color is #acdf8f


#acdf8f Border Color

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

This div border color is #acdf8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdf8f


Comments

No comments written yet.

Please login to write comment.