Color Hex Logo

#88dedf Color Hex

#88DEDF
(136,222,223)
0 Favorites   0 Comments

Color spaces of #88dedf

RGB 136222223
HSL0.500.580.70
HSV181°39°87°
CMYK 0.390.000.00   0.13
XYZ49.593962.804579.3206
Yxy62.80450.25870.3276
Hunter Lab79.2493-26.9816-3.8688
CIE-Lab83.3394-25.6555-8.6835

#88dedf color RGB value is (136,222,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11011110 11011111
Octal 210 336 337
Decimal 136 222 223
Hex 88 DE DF

RGB Percentages of Color #88dedf

%23.41
%38.21
%38.38

CMYK Percentages of Color #88dedf

%39
%0
%0
%13

Triadic Colors of #88dedf

#88dedf #df88de #dedf88

Analogous Colors of #88dedf

#88dedf #88b3df #88dfb5

Monochromatic Colors of #88dedf

#88dedf

Complementary Color

#88dedf #df8988

#88dedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88dedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#88dedf Color CSS Codes

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

#88dedf Text Font Color

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

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


#88dedf Background Color

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

This div background color is #88dedf


#88dedf Border Color

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

This div border color is #88dedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88dedf


Comments

No comments written yet.

Please login to write comment.