Color Hex Logo

#acfeac Color Hex

#ACFEAC
(172,254,172)
0 Favorites   0 Comments

Color spaces of #acfeac

RGB 172254172
HSL0.330.980.84
HSV120°32°100°
CMYK 0.320.000.32   0.00
XYZ59.901582.632851.8223
Yxy82.63280.30820.4252
Hunter Lab90.9026-41.454529.8314
CIE-Lab92.8534-40.512731.5259

#acfeac color RGB value is (172,254,172).

#acfeac hex color red value is 172, green value is 254 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #acfeac hue: 0.33 , saturation: 0.98 and the lightness value of acfeac is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111110 10101100
Octal 254 376 254
Decimal 172 254 172
Hex AC FE AC

RGB Percentages of Color #acfeac

%28.76
%42.47
%28.76

CMYK Percentages of Color #acfeac

%32
%0
%32
%0

Triadic Colors of #acfeac

#acfeac #acacfe #feacac

Analogous Colors of #acfeac

#acfeac #acfed5 #d5feac

Monochromatic Colors of #acfeac

#acfeac

Complementary Color

#acfeac #feacfe

#acfeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfeac Color CSS Codes

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

#acfeac Text Font Color

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

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


#acfeac Background Color

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

This div background color is #acfeac


#acfeac Border Color

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

This div border color is #acfeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfeac

#acfeac Color Palettes


Comments

No comments written yet.

Please login to write comment.