Color Hex Logo

#88d0db Color Hex

#88D0DB
(136,208,219)
0 Favorites   0 Comments

Color spaces of #88d0db

RGB 136208219
HSL0.520.540.70
HSV188°38°86°
CMYK 0.380.050.00   0.14
XYZ45.495455.460575.3249
Yxy55.46050.25810.3146
Hunter Lab74.4718-21.2786-7.8389
CIE-Lab79.3058-19.6781-12.5641

#88d0db color RGB value is (136,208,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11010000 11011011
Octal 210 320 333
Decimal 136 208 219
Hex 88 D0 DB

RGB Percentages of Color #88d0db

%24.16
%36.94
%38.90

CMYK Percentages of Color #88d0db

%38
%5
%0
%14

Triadic Colors of #88d0db

#88d0db #db88d0 #d0db88

Analogous Colors of #88d0db

#88d0db #88a7db #88dbbd

Monochromatic Colors of #88d0db

#88d0db

Complementary Color

#88d0db #db9388

#88d0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88d0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#88d0db Color CSS Codes

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

#88d0db Text Font Color

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

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


#88d0db Background Color

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

This div background color is #88d0db


#88d0db Border Color

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

This div border color is #88d0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88d0db

#88d0db Color Palettes


Comments

No comments written yet.

Please login to write comment.