Color Hex Logo

#88dcdf Color Hex

#88DCDF
(136,220,223)
0 Favorites   0 Comments

Color spaces of #88dcdf

RGB 136220223
HSL0.510.580.70
HSV182°39°87°
CMYK 0.390.010.00   0.13
XYZ49.065861.748479.1446
Yxy61.74840.25830.3251
Hunter Lab78.5802-26.0591-4.7098
CIE-Lab82.7794-24.6758-9.5158

#88dcdf color RGB value is (136,220,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11011100 11011111
Octal 210 334 337
Decimal 136 220 223
Hex 88 DC DF

RGB Percentages of Color #88dcdf

%23.49
%38.00
%38.51

CMYK Percentages of Color #88dcdf

%39
%1
%0
%13

Triadic Colors of #88dcdf

#88dcdf #df88dc #dcdf88

Analogous Colors of #88dcdf

#88dcdf #88b1df #88dfb7

Monochromatic Colors of #88dcdf

#88dcdf

Complementary Color

#88dcdf #df8b88

#88dcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88dcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#88dcdf Color CSS Codes

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

#88dcdf Text Font Color

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

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


#88dcdf Background Color

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

This div background color is #88dcdf


#88dcdf Border Color

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

This div border color is #88dcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88dcdf


Comments

No comments written yet.

Please login to write comment.