Color Hex Logo

#acef8c Color Hex

#ACEF8C
(172,239,140)
0 Favorites   0 Comments

Color spaces of #acef8c

RGB 172239140
HSL0.280.760.74
HSV101°41°94°
CMYK 0.280.000.41   0.06
XYZ52.613472.397136.0120
Yxy72.39710.32670.4496
Hunter Lab85.0865-38.525534.4666
CIE-Lab88.1594-38.422441.2734

#acef8c color RGB value is (172,239,140).

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

The process color (four color CMYK) of #acef8c color hex is 0.28, 0.00, 0.41, 0.06. Web safe color of #acef8c is #99ff99. Color #acef8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 10001100
Octal 254 357 214
Decimal 172 239 140
Hex AC EF 8C

RGB Percentages of Color #acef8c

%31.22
%43.38
%25.41

CMYK Percentages of Color #acef8c

%28
%0
%41
%6

Triadic Colors of #acef8c

#acef8c #8cacef #ef8cac

Analogous Colors of #acef8c

#acef8c #8cef9e #deef8c

Monochromatic Colors of #acef8c

#acef8c

Complementary Color

#acef8c #cf8cef

#acef8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acef8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acef8c Color CSS Codes

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

#acef8c Text Font Color

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

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


#acef8c Background Color

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

This div background color is #acef8c


#acef8c Border Color

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

This div border color is #acef8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acef8c


Comments

No comments written yet.

Please login to write comment.