Color Hex Logo

#acedef Color Hex

#ACEDEF
(172,237,239)
0 Favorites   0 Comments

Color spaces of #acedef

RGB 172237239
HSL0.500.680.81
HSV182°28°94°
CMYK 0.280.010.00   0.06
XYZ62.877475.571092.9340
Yxy75.57100.27170.3266
Hunter Lab86.9316-23.0217-2.5317
CIE-Lab89.6598-19.7624-7.5429

#acedef color RGB value is (172,237,239).

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

The process color (four color CMYK) of #acedef color hex is 0.28, 0.01, 0.00, 0.06. Web safe color of #acedef is #99ffff. Color #acedef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 11101111
Octal 254 355 357
Decimal 172 237 239
Hex AC ED EF

RGB Percentages of Color #acedef

%26.54
%36.57
%36.88

CMYK Percentages of Color #acedef

%28
%1
%0
%6

Triadic Colors of #acedef

#acedef #efaced #edefac

Analogous Colors of #acedef

#acedef #acccef #acefd0

Monochromatic Colors of #acedef

#acedef

Complementary Color

#acedef #efaeac

#acedef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acedef Color Preview on White Background

Lorem ipsum dolor sit amet.

#acedef Color CSS Codes

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

#acedef Text Font Color

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

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


#acedef Background Color

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

This div background color is #acedef


#acedef Border Color

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

This div border color is #acedef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acedef

#acedef Color Palettes


Comments

No comments written yet.

Please login to write comment.