Color Hex Logo

#acefae Color Hex

#ACEFAE
(172,239,174)
0 Favorites   0 Comments

Color spaces of #acefae

RGB 172239174
HSL0.340.680.81
HSV122°28°94°
CMYK 0.280.000.27   0.06
XYZ55.519773.559751.3166
Yxy73.55970.30780.4078
Hunter Lab85.7670-34.543424.5621
CIE-Lab88.7140-33.388724.8985

#acefae color RGB value is (172,239,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 10101110
Octal 254 357 256
Decimal 172 239 174
Hex AC EF AE

RGB Percentages of Color #acefae

%29.40
%40.85
%29.74

CMYK Percentages of Color #acefae

%28
%0
%27
%6

Triadic Colors of #acefae

#acefae #aeacef #efaeac

Analogous Colors of #acefae

#acefae #acefd0 #ccefac

Monochromatic Colors of #acefae

#acefae

Complementary Color

#acefae #efaced

#acefae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acefae Color Preview on White Background

Lorem ipsum dolor sit amet.

#acefae Color CSS Codes

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

#acefae Text Font Color

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

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


#acefae Background Color

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

This div background color is #acefae


#acefae Border Color

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

This div border color is #acefae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acefae


Comments

No comments written yet.

Please login to write comment.