Color Hex Logo

#acdf8a Color Hex

#ACDF8A
(172,223,138)
0 Favorites   0 Comments

Color spaces of #acdf8a

RGB 172223138
HSL0.270.570.71
HSV96°38°87°
CMYK 0.230.000.38   0.13
XYZ47.988463.381033.7493
Yxy63.38100.33070.4368
Hunter Lab79.6122-31.725630.5942
CIE-Lab83.6424-31.353136.4452

#acdf8a color RGB value is (172,223,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 10001010
Octal 254 337 212
Decimal 172 223 138
Hex AC DF 8A

RGB Percentages of Color #acdf8a

%32.27
%41.84
%25.89

CMYK Percentages of Color #acdf8a

%23
%0
%38
%13

Triadic Colors of #acdf8a

#acdf8a #8aacdf #df8aac

Analogous Colors of #acdf8a

#acdf8a #8adf93 #d7df8a

Monochromatic Colors of #acdf8a

#acdf8a

Complementary Color

#acdf8a #bd8adf

#acdf8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdf8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdf8a Color CSS Codes

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

#acdf8a Text Font Color

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

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


#acdf8a Background Color

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

This div background color is #acdf8a


#acdf8a Border Color

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

This div border color is #acdf8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdf8a


Comments

No comments written yet.

Please login to write comment.