Color Hex Logo

#88dbce Color Hex

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

Color spaces of #88dbce

RGB 136219206
HSL0.470.540.70
HSV171°38°86°
CMYK 0.380.000.06   0.14
XYZ46.625460.353567.5845
Yxy60.35350.26710.3457
Hunter Lab77.6875-28.82352.8017
CIE-Lab82.0300-28.2085-1.5881

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

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

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

Base Numbers

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

RGB Percentages of Color #88dbce

%24.24
%39.04
%36.72

CMYK Percentages of Color #88dbce

%38
%0
%6
%14

Triadic Colors of #88dbce

#88dbce #ce88db #dbce88

Analogous Colors of #88dbce

#88dbce #88bfdb #88dba5

Monochromatic Colors of #88dbce

#88dbce

Complementary Color

#88dbce #db8895

#88dbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88dbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#88dbce Color CSS Codes

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

#88dbce Text Font Color

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

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


#88dbce Background Color

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

This div background color is #88dbce


#88dbce Border Color

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

This div border color is #88dbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88dbce


Comments

No comments written yet.

Please login to write comment.