Color Hex Logo

#acff8c Color Hex

#ACFF8C
(172,255,140)
0 Favorites   0 Comments

Color spaces of #acff8c

RGB 172255140
HSL0.291.000.77
HSV103°45°100°
CMYK 0.330.000.45   0.00
XYZ57.506982.184137.6431
Yxy82.18410.32430.4634
Hunter Lab90.6554-45.416338.8397
CIE-Lab92.6561-45.452046.9688

#acff8c color RGB value is (172,255,140).

#acff8c hex color red value is 172, green value is 255 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #acff8c hue: 0.29 , saturation: 1.00 and the lightness value of acff8c is 0.77.

The process color (four color CMYK) of #acff8c color hex is 0.33, 0.00, 0.45, 0.00. Web safe color of #acff8c is #99ff99. Color #acff8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 10001100
Octal 254 377 214
Decimal 172 255 140
Hex AC FF 8C

RGB Percentages of Color #acff8c

%30.34
%44.97
%24.69

CMYK Percentages of Color #acff8c

%33
%0
%45
%0

Triadic Colors of #acff8c

#acff8c #8cacff #ff8cac

Analogous Colors of #acff8c

#acff8c #8cffa6 #e6ff8c

Monochromatic Colors of #acff8c

#acff8c

Complementary Color

#acff8c #df8cff

#acff8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acff8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acff8c Color CSS Codes

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

#acff8c Text Font Color

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

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


#acff8c Background Color

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

This div background color is #acff8c


#acff8c Border Color

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

This div border color is #acff8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acff8c


Comments

No comments written yet.

Please login to write comment.