Color Hex Logo

#88dece Color Hex

#88DECE
(136,222,206)
0 Favorites   0 Comments

Color spaces of #88dece

RGB 136222206
HSL0.470.570.70
HSV169°39°87°
CMYK 0.390.000.07   0.13
XYZ47.415261.933067.8477
Yxy61.93300.26760.3495
Hunter Lab78.6975-30.17453.9724
CIE-Lab82.8778-29.6487-0.3475

#88dece color RGB value is (136,222,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11011110 11001110
Octal 210 336 316
Decimal 136 222 206
Hex 88 DE CE

RGB Percentages of Color #88dece

%24.11
%39.36
%36.52

CMYK Percentages of Color #88dece

%39
%0
%7
%13

Triadic Colors of #88dece

#88dece #ce88de #dece88

Analogous Colors of #88dece

#88dece #88c3de #88dea3

Monochromatic Colors of #88dece

#88dece

Complementary Color

#88dece #de8898

#88dece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88dece Color Preview on White Background

Lorem ipsum dolor sit amet.

#88dece Color CSS Codes

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

#88dece Text Font Color

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

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


#88dece Background Color

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

This div background color is #88dece


#88dece Border Color

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

This div border color is #88dece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88dece


Comments

No comments written yet.

Please login to write comment.