Color Hex Logo

#88dceb Color Hex

#88DCEB
(136,220,235)
0 Favorites   0 Comments

Color spaces of #88dceb

RGB 136220235
HSL0.530.710.73
HSV189°42°92°
CMYK 0.420.060.00   0.08
XYZ50.741962.418887.9709
Yxy62.41880.25230.3103
Hunter Lab79.0056-23.6168-10.7142
CIE-Lab83.1356-21.6949-15.3522

#88dceb color RGB value is (136,220,235).

#88dceb hex color red value is 136, green value is 220 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #88dceb hue: 0.53 , saturation: 0.71 and the lightness value of 88dceb is 0.73.

The process color (four color CMYK) of #88dceb color hex is 0.42, 0.06, 0.00, 0.08. Web safe color of #88dceb is #99ccff. Color #88dceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11011100 11101011
Octal 210 334 353
Decimal 136 220 235
Hex 88 DC EB

RGB Percentages of Color #88dceb

%23.01
%37.23
%39.76

CMYK Percentages of Color #88dceb

%42
%6
%0
%8

Triadic Colors of #88dceb

#88dceb #eb88dc #dceb88

Analogous Colors of #88dceb

#88dceb #88abeb #88ebc9

Monochromatic Colors of #88dceb

#88dceb

Complementary Color

#88dceb #eb9788

#88dceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88dceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#88dceb Color CSS Codes

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

#88dceb Text Font Color

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

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


#88dceb Background Color

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

This div background color is #88dceb


#88dceb Border Color

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

This div border color is #88dceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88dceb


Comments

No comments written yet.

Please login to write comment.