Color Hex Logo

#acefd0 Color Hex

#ACEFD0
(172,239,208)
0 Favorites   0 Comments

Color spaces of #acefd0

RGB 172239208
HSL0.420.680.81
HSV152°28°94°
CMYK 0.280.000.13   0.06
XYZ59.264975.057771.0385
Yxy75.05770.28860.3655
Hunter Lab86.6358-29.506412.0293
CIE-Lab89.4200-27.23758.2952

#acefd0 color RGB value is (172,239,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 11010000
Octal 254 357 320
Decimal 172 239 208
Hex AC EF D0

RGB Percentages of Color #acefd0

%27.79
%38.61
%33.60

CMYK Percentages of Color #acefd0

%28
%0
%13
%6

Triadic Colors of #acefd0

#acefd0 #d0acef #efd0ac

Analogous Colors of #acefd0

#acefd0 #acedef #acefaf

Monochromatic Colors of #acefd0

#acefd0

Complementary Color

#acefd0 #efaccb

#acefd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acefd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acefd0 Color CSS Codes

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

#acefd0 Text Font Color

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

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


#acefd0 Background Color

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

This div background color is #acefd0


#acefd0 Border Color

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

This div border color is #acefd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acefd0


Comments

No comments written yet.

Please login to write comment.