Color Hex Logo

#88cedb Color Hex

#88CEDB
(136,206,219)
0 Favorites   0 Comments

Color spaces of #88cedb

RGB 136206219
HSL0.530.540.70
HSV189°38°86°
CMYK 0.380.060.00   0.14
XYZ45.010854.491375.1634
Yxy54.49130.25770.3120
Hunter Lab73.8182-20.3412-8.6977
CIE-Lab78.7473-18.6647-13.4004

#88cedb color RGB value is (136,206,219).

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

The process color (four color CMYK) of #88cedb color hex is 0.38, 0.06, 0.00, 0.14. Web safe color of #88cedb is #99cccc. Color #88cedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001110 11011011
Octal 210 316 333
Decimal 136 206 219
Hex 88 CE DB

RGB Percentages of Color #88cedb

%24.24
%36.72
%39.04

CMYK Percentages of Color #88cedb

%38
%6
%0
%14

Triadic Colors of #88cedb

#88cedb #db88ce #cedb88

Analogous Colors of #88cedb

#88cedb #88a5db #88dbbf

Monochromatic Colors of #88cedb

#88cedb

Complementary Color

#88cedb #db9588

#88cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#88cedb Color CSS Codes

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

#88cedb Text Font Color

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

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


#88cedb Background Color

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

This div background color is #88cedb


#88cedb Border Color

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

This div border color is #88cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88cedb


Comments

No comments written yet.

Please login to write comment.