Color Hex Logo

#acdf89 Color Hex

#ACDF89
(172,223,137)
0 Favorites   0 Comments

Color spaces of #acdf89

RGB 172223137
HSL0.270.570.71
HSV96°39°87°
CMYK 0.230.000.39   0.13
XYZ47.916363.352233.3696
Yxy63.35220.33130.4380
Hunter Lab79.5941-31.831230.8587
CIE-Lab83.6273-31.487636.9287

#acdf89 color RGB value is (172,223,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 10001001
Octal 254 337 211
Decimal 172 223 137
Hex AC DF 89

RGB Percentages of Color #acdf89

%32.33
%41.92
%25.75

CMYK Percentages of Color #acdf89

%23
%0
%39
%13

Triadic Colors of #acdf89

#acdf89 #89acdf #df89ac

Analogous Colors of #acdf89

#acdf89 #89df91 #d7df89

Monochromatic Colors of #acdf89

#acdf89

Complementary Color

#acdf89 #bc89df

#acdf89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdf89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdf89 Color CSS Codes

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

#acdf89 Text Font Color

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

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


#acdf89 Background Color

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

This div background color is #acdf89


#acdf89 Border Color

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

This div border color is #acdf89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdf89


Comments

No comments written yet.

Please login to write comment.