Color Hex Logo

#88fdce Color Hex

#88FDCE
(136,253,206)
0 Favorites   0 Comments

Color spaces of #88fdce

RGB 136253206
HSL0.430.970.76
HSV156°46°99°
CMYK 0.460.000.19   0.01
XYZ56.419279.941070.8491
Yxy79.94100.27230.3858
Hunter Lab89.4097-43.830215.6049
CIE-Lab91.6584-43.835012.3088

#88fdce color RGB value is (136,253,206).

#88fdce hex color red value is 136, green value is 253 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #88fdce hue: 0.43 , saturation: 0.97 and the lightness value of 88fdce is 0.76.

The process color (four color CMYK) of #88fdce color hex is 0.46, 0.00, 0.19, 0.01. Web safe color of #88fdce is #99ffcc. Color #88fdce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11111101 11001110
Octal 210 375 316
Decimal 136 253 206
Hex 88 FD CE

RGB Percentages of Color #88fdce

%22.86
%42.52
%34.62

CMYK Percentages of Color #88fdce

%46
%0
%19
%1

Triadic Colors of #88fdce

#88fdce #ce88fd #fdce88

Analogous Colors of #88fdce

#88fdce #88f2fd #88fd94

Monochromatic Colors of #88fdce

#88fdce

Complementary Color

#88fdce #fd88b7

#88fdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88fdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#88fdce Color CSS Codes

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

#88fdce Text Font Color

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

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


#88fdce Background Color

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

This div background color is #88fdce


#88fdce Border Color

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

This div border color is #88fdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88fdce


Comments

No comments written yet.

Please login to write comment.