Color Hex Logo

#88dbdf Color Hex

#88DBDF
(136,219,223)
0 Favorites   0 Comments

Color spaces of #88dbdf

RGB 136219223
HSL0.510.580.70
HSV183°39°87°
CMYK 0.390.020.00   0.13
XYZ48.804161.225079.0574
Yxy61.22500.25810.3238
Hunter Lab78.2464-25.5966-5.1320
CIE-Lab82.4996-24.1837-9.9323

#88dbdf color RGB value is (136,219,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11011011 11011111
Octal 210 333 337
Decimal 136 219 223
Hex 88 DB DF

RGB Percentages of Color #88dbdf

%23.53
%37.89
%38.58

CMYK Percentages of Color #88dbdf

%39
%2
%0
%13

Triadic Colors of #88dbdf

#88dbdf #df88db #dbdf88

Analogous Colors of #88dbdf

#88dbdf #88b0df #88dfb8

Monochromatic Colors of #88dbdf

#88dbdf

Complementary Color

#88dbdf #df8c88

#88dbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88dbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#88dbdf Color CSS Codes

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

#88dbdf Text Font Color

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

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


#88dbdf Background Color

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

This div background color is #88dbdf


#88dbdf Border Color

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

This div border color is #88dbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88dbdf


Comments

No comments written yet.

Please login to write comment.