Color Hex Logo

#acefdf Color Hex

#ACEFDF
(172,239,223)
0 Favorites   0 Comments

Color spaces of #acefdf

RGB 172239223
HSL0.460.680.81
HSV166°28°94°
CMYK 0.280.000.07   0.06
XYZ61.199075.831481.2234
Yxy75.83140.28040.3474
Hunter Lab87.0812-26.94585.6552
CIE-Lab89.7810-24.19630.9951

#acefdf color RGB value is (172,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 11011111
Octal 254 357 337
Decimal 172 239 223
Hex AC EF DF

RGB Percentages of Color #acefdf

%27.13
%37.70
%35.17

CMYK Percentages of Color #acefdf

%28
%0
%7
%6

Triadic Colors of #acefdf

#acefdf #dfacef #efdfac

Analogous Colors of #acefdf

#acefdf #acdeef #acefbe

Monochromatic Colors of #acefdf

#acefdf

Complementary Color

#acefdf #efacbc

#acefdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acefdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acefdf Color CSS Codes

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

#acefdf Text Font Color

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

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


#acefdf Background Color

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

This div background color is #acefdf


#acefdf Border Color

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

This div border color is #acefdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acefdf


Comments

No comments written yet.

Please login to write comment.