Color Hex Logo

#acfd89 Color Hex

#ACFD89
(172,253,137)
0 Favorites   0 Comments

Color spaces of #acfd89

RGB 172253137
HSL0.280.970.76
HSV102°46°99°
CMYK 0.320.000.46   0.01
XYZ56.653980.827436.2822
Yxy80.82740.32600.4652
Hunter Lab89.9041-44.848639.0054
CIE-Lab92.0548-44.961947.6446

#acfd89 color RGB value is (172,253,137).

#acfd89 hex color red value is 172, green value is 253 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #acfd89 hue: 0.28 , saturation: 0.97 and the lightness value of acfd89 is 0.76.

The process color (four color CMYK) of #acfd89 color hex is 0.32, 0.00, 0.46, 0.01. Web safe color of #acfd89 is #99ff99. Color #acfd89 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111101 10001001
Octal 254 375 211
Decimal 172 253 137
Hex AC FD 89

RGB Percentages of Color #acfd89

%30.60
%45.02
%24.38

CMYK Percentages of Color #acfd89

%32
%0
%46
%1

Triadic Colors of #acfd89

#acfd89 #89acfd #fd89ac

Analogous Colors of #acfd89

#acfd89 #89fda0 #e6fd89

Monochromatic Colors of #acfd89

#acfd89

Complementary Color

#acfd89 #da89fd

#acfd89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfd89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfd89 Color CSS Codes

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

#acfd89 Text Font Color

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

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


#acfd89 Background Color

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

This div background color is #acfd89


#acfd89 Border Color

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

This div border color is #acfd89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfd89


Comments

No comments written yet.

Please login to write comment.