Color Hex Logo

#acefc0 Color Hex

#ACEFC0
(172,239,192)
0 Favorites   0 Comments

Color spaces of #acefc0

RGB 172239192
HSL0.380.680.81
HSV138°28°94°
CMYK 0.280.000.20   0.06
XYZ57.394274.309461.1873
Yxy74.30940.29750.3852
Hunter Lab86.2029-32.009118.2577
CIE-Lab89.0685-30.264916.1096

#acefc0 color RGB value is (172,239,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 11000000
Octal 254 357 300
Decimal 172 239 192
Hex AC EF C0

RGB Percentages of Color #acefc0

%28.52
%39.64
%31.84

CMYK Percentages of Color #acefc0

%28
%0
%20
%6

Triadic Colors of #acefc0

#acefc0 #c0acef #efc0ac

Analogous Colors of #acefc0

#acefc0 #acefe2 #baefac

Monochromatic Colors of #acefc0

#acefc0

Complementary Color

#acefc0 #efacdb

#acefc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acefc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acefc0 Color CSS Codes

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

#acefc0 Text Font Color

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

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


#acefc0 Background Color

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

This div background color is #acefc0


#acefc0 Border Color

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

This div border color is #acefc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acefc0


Comments

No comments written yet.

Please login to write comment.