Color Hex Logo

#88cdde Color Hex

#88CDDE
(136,205,222)
0 Favorites   0 Comments

Color spaces of #88cdde

RGB 136205222
HSL0.530.570.70
HSV192°39°87°
CMYK 0.390.080.00   0.13
XYZ45.169554.170877.1826
Yxy54.17080.25590.3069
Hunter Lab73.6008-19.2543-10.6548
CIE-Lab78.5612-17.4049-15.2901

#88cdde color RGB value is (136,205,222).

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

The process color (four color CMYK) of #88cdde color hex is 0.39, 0.08, 0.00, 0.13. Web safe color of #88cdde is #99cccc. Color #88cdde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001101 11011110
Octal 210 315 336
Decimal 136 205 222
Hex 88 CD DE

RGB Percentages of Color #88cdde

%24.16
%36.41
%39.43

CMYK Percentages of Color #88cdde

%39
%8
%0
%13

Triadic Colors of #88cdde

#88cdde #de88cd #cdde88

Analogous Colors of #88cdde

#88cdde #88a2de #88dec4

Monochromatic Colors of #88cdde

#88cdde

Complementary Color

#88cdde #de9988

#88cdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88cdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#88cdde Color CSS Codes

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

#88cdde Text Font Color

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

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


#88cdde Background Color

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

This div background color is #88cdde


#88cdde Border Color

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

This div border color is #88cdde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,205,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 #88cdde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88cdde


Comments

No comments written yet.

Please login to write comment.