Color Hex Logo

#acfaac Color Hex

#ACFAAC
(172,250,172)
0 Favorites   0 Comments

Color spaces of #acfaac

RGB 172250172
HSL0.330.890.83
HSV120°31°98°
CMYK 0.310.000.31   0.02
XYZ58.645380.120451.4036
Yxy80.12040.30840.4213
Hunter Lab89.5100-39.692628.6081
CIE-Lab91.7389-38.726330.0259

#acfaac color RGB value is (172,250,172).

#acfaac hex color red value is 172, green value is 250 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #acfaac hue: 0.33 , saturation: 0.89 and the lightness value of acfaac is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111010 10101100
Octal 254 372 254
Decimal 172 250 172
Hex AC FA AC

RGB Percentages of Color #acfaac

%28.96
%42.09
%28.96

CMYK Percentages of Color #acfaac

%31
%0
%31
%2

Triadic Colors of #acfaac

#acfaac #acacfa #faacac

Analogous Colors of #acfaac

#acfaac #acfad3 #d3faac

Monochromatic Colors of #acfaac

#acfaac

Complementary Color

#acfaac #faacfa

#acfaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfaac Color CSS Codes

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

#acfaac Text Font Color

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

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


#acfaac Background Color

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

This div background color is #acfaac


#acfaac Border Color

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

This div border color is #acfaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfaac


Comments

No comments written yet.

Please login to write comment.