Color Hex Logo

#acef9d Color Hex

#ACEF9D
(172,239,157)
0 Favorites   0 Comments

Color spaces of #acef9d

RGB 172239157
HSL0.300.720.78
HSV109°34°94°
CMYK 0.280.000.34   0.06
XYZ53.965672.938043.1324
Yxy72.93800.31740.4290
Hunter Lab85.4037-36.664629.8387
CIE-Lab88.4181-36.050333.1461

#acef9d color RGB value is (172,239,157).

#acef9d hex color red value is 172, green value is 239 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #acef9d hue: 0.30 , saturation: 0.72 and the lightness value of acef9d is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 10011101
Octal 254 357 235
Decimal 172 239 157
Hex AC EF 9D

RGB Percentages of Color #acef9d

%30.28
%42.08
%27.64

CMYK Percentages of Color #acef9d

%28
%0
%34
%6

Triadic Colors of #acef9d

#acef9d #9dacef #ef9dac

Analogous Colors of #acef9d

#acef9d #9defb7 #d5ef9d

Monochromatic Colors of #acef9d

#acef9d

Complementary Color

#acef9d #e09def

#acef9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acef9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acef9d Color CSS Codes

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

#acef9d Text Font Color

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

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


#acef9d Background Color

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

This div background color is #acef9d


#acef9d Border Color

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

This div border color is #acef9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acef9d


Comments

No comments written yet.

Please login to write comment.