Color Hex Logo

#acefaa Color Hex

#ACEFAA
(172,239,170)
0 Favorites   0 Comments

Color spaces of #acefaa

RGB 172239170
HSL0.330.680.80
HSV118°29°94°
CMYK 0.280.000.29   0.06
XYZ55.135573.405949.2930
Yxy73.40590.31000.4128
Hunter Lab85.6772-35.065925.8625
CIE-Lab88.6409-34.040226.8459

#acefaa color RGB value is (172,239,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 10101010
Octal 254 357 252
Decimal 172 239 170
Hex AC EF AA

RGB Percentages of Color #acefaa

%29.60
%41.14
%29.26

CMYK Percentages of Color #acefaa

%28
%0
%29
%6

Triadic Colors of #acefaa

#acefaa #aaacef #efaaac

Analogous Colors of #acefaa

#acefaa #aaefcb #cfefaa

Monochromatic Colors of #acefaa

#acefaa

Complementary Color

#acefaa #edaaef

#acefaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acefaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#acefaa Color CSS Codes

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

#acefaa Text Font Color

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

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


#acefaa Background Color

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

This div background color is #acefaa


#acefaa Border Color

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

This div border color is #acefaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acefaa


Comments

No comments written yet.

Please login to write comment.