Color Hex Logo

#acefd6 Color Hex

#ACEFD6
(172,239,214)
0 Favorites   0 Comments

Color spaces of #acefd6

RGB 172239214
HSL0.440.680.81
HSV158°28°94°
CMYK 0.280.000.10   0.06
XYZ60.017475.358775.0008
Yxy75.35870.28530.3582
Hunter Lab86.8094-28.50699.5417
CIE-Lab89.5607-26.04385.3710

#acefd6 color RGB value is (172,239,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 11010110
Octal 254 357 326
Decimal 172 239 214
Hex AC EF D6

RGB Percentages of Color #acefd6

%27.52
%38.24
%34.24

CMYK Percentages of Color #acefd6

%28
%0
%10
%6

Triadic Colors of #acefd6

#acefd6 #d6acef #efd6ac

Analogous Colors of #acefd6

#acefd6 #ace7ef #acefb5

Monochromatic Colors of #acefd6

#acefd6

Complementary Color

#acefd6 #efacc5

#acefd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acefd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acefd6 Color CSS Codes

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

#acefd6 Text Font Color

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

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


#acefd6 Background Color

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

This div background color is #acefd6


#acefd6 Border Color

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

This div border color is #acefd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acefd6


Comments

No comments written yet.

Please login to write comment.