Color Hex Logo

#88edce Color Hex

#88EDCE
(136,237,206)
0 Favorites   0 Comments

Color spaces of #88edce

RGB 136237206
HSL0.450.740.73
HSV162°43°93°
CMYK 0.430.000.13   0.07
XYZ51.578170.258869.2354
Yxy70.25880.26990.3677
Hunter Lab83.8205-36.84789.7011
CIE-Lab87.1236-36.66865.8162

#88edce color RGB value is (136,237,206).

#88edce hex color red value is 136, green value is 237 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #88edce hue: 0.45 , saturation: 0.74 and the lightness value of 88edce is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11101101 11001110
Octal 210 355 316
Decimal 136 237 206
Hex 88 ED CE

RGB Percentages of Color #88edce

%23.49
%40.93
%35.58

CMYK Percentages of Color #88edce

%43
%0
%13
%7

Triadic Colors of #88edce

#88edce #ce88ed #edce88

Analogous Colors of #88edce

#88edce #88daed #88ed9c

Monochromatic Colors of #88edce

#88edce

Complementary Color

#88edce #ed88a7

#88edce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88edce Color Preview on White Background

Lorem ipsum dolor sit amet.

#88edce Color CSS Codes

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

#88edce Text Font Color

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

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


#88edce Background Color

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

This div background color is #88edce


#88edce Border Color

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

This div border color is #88edce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88edce


Comments

No comments written yet.

Please login to write comment.