Color Hex Logo

#acefab Color Hex

#ACEFAB
(172,239,171)
0 Favorites   0 Comments

Color spaces of #acefab

RGB 172239171
HSL0.330.680.80
HSV119°28°94°
CMYK 0.280.000.28   0.06
XYZ55.230473.443949.7932
Yxy73.44390.30950.4115
Hunter Lab85.6994-34.936725.5408
CIE-Lab88.6590-33.878926.3593

#acefab color RGB value is (172,239,171).

#acefab hex color red value is 172, green value is 239 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #acefab hue: 0.33 , saturation: 0.68 and the lightness value of acefab is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 10101011
Octal 254 357 253
Decimal 172 239 171
Hex AC EF AB

RGB Percentages of Color #acefab

%29.55
%41.07
%29.38

CMYK Percentages of Color #acefab

%28
%0
%28
%6

Triadic Colors of #acefab

#acefab #abacef #efabac

Analogous Colors of #acefab

#acefab #abefcc #ceefab

Monochromatic Colors of #acefab

#acefab

Complementary Color

#acefab #eeabef

#acefab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acefab Color Preview on White Background

Lorem ipsum dolor sit amet.

#acefab Color CSS Codes

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

#acefab Text Font Color

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

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


#acefab Background Color

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

This div background color is #acefab


#acefab Border Color

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

This div border color is #acefab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acefab


Comments

No comments written yet.

Please login to write comment.