Color Hex Logo

#acefc8 Color Hex

#ACEFC8
(172,239,200)
0 Favorites   0 Comments

Color spaces of #acefc8

RGB 172239200
HSL0.400.680.81
HSV145°28°94°
CMYK 0.280.000.16   0.06
XYZ58.305174.673865.9841
Yxy74.67380.29300.3753
Hunter Lab86.4140-30.787315.2171
CIE-Lab89.2400-28.780012.2004

#acefc8 color RGB value is (172,239,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 11001000
Octal 254 357 310
Decimal 172 239 200
Hex AC EF C8

RGB Percentages of Color #acefc8

%28.15
%39.12
%32.73

CMYK Percentages of Color #acefc8

%28
%0
%16
%6

Triadic Colors of #acefc8

#acefc8 #c8acef #efc8ac

Analogous Colors of #acefc8

#acefc8 #acefea #b2efac

Monochromatic Colors of #acefc8

#acefc8

Complementary Color

#acefc8 #efacd3

#acefc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acefc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acefc8 Color CSS Codes

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

#acefc8 Text Font Color

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

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


#acefc8 Background Color

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

This div background color is #acefc8


#acefc8 Border Color

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

This div border color is #acefc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acefc8


Comments

No comments written yet.

Please login to write comment.