Color Hex Logo

#88acde Color Hex

#88ACDE
(136,172,222)
0 Favorites   0 Comments

Color spaces of #88acde

RGB 136172222
HSL0.600.570.70
HSV215°39°87°
CMYK 0.390.230.00   0.13
XYZ38.090740.013274.8230
Yxy40.01320.24910.2616
Hunter Lab63.2560-3.2111-25.8526
CIE-Lab69.47890.1916-29.1132

#88acde color RGB value is (136,172,222).

#88acde hex color red value is 136, green value is 172 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #88acde hue: 0.60 , saturation: 0.57 and the lightness value of 88acde is 0.70.

The process color (four color CMYK) of #88acde color hex is 0.39, 0.23, 0.00, 0.13. Web safe color of #88acde is #9999cc. Color #88acde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101100 11011110
Octal 210 254 336
Decimal 136 172 222
Hex 88 AC DE

RGB Percentages of Color #88acde

%25.66
%32.45
%41.89

CMYK Percentages of Color #88acde

%39
%23
%0
%13

Triadic Colors of #88acde

#88acde #de88ac #acde88

Analogous Colors of #88acde

#88acde #8f88de #88d7de

Monochromatic Colors of #88acde

#88acde

Complementary Color

#88acde #deba88

#88acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#88acde Color CSS Codes

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

#88acde Text Font Color

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

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


#88acde Background Color

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

This div background color is #88acde


#88acde Border Color

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

This div border color is #88acde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,172,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88acde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88acde;
  -webkit-box-shadow: 1px 1px 3px 2px #88acde;
  box-shadow:         1px 1px 3px 2px #88acde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88acde


Comments

No comments written yet.

Please login to write comment.