Color Hex Logo

#88ffde Color Hex

#88FFDE
(136,255,222)
0 Favorites   0 Comments

Color spaces of #88ffde

RGB 136255222
HSL0.451.000.77
HSV163°47°100°
CMYK 0.470.000.13   0.00
XYZ59.098282.028281.8255
Yxy82.02820.26510.3679
Hunter Lab90.5694-42.02209.8327
CIE-Lab92.5873-41.29045.3864

#88ffde color RGB value is (136,255,222).

#88ffde hex color red value is 136, green value is 255 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #88ffde hue: 0.45 , saturation: 1.00 and the lightness value of 88ffde is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11111111 11011110
Octal 210 377 336
Decimal 136 255 222
Hex 88 FF DE

RGB Percentages of Color #88ffde

%22.19
%41.60
%36.22

CMYK Percentages of Color #88ffde

%47
%0
%13
%0

Triadic Colors of #88ffde

#88ffde #de88ff #ffde88

Analogous Colors of #88ffde

#88ffde #88e5ff #88ffa3

Monochromatic Colors of #88ffde

#88ffde

Complementary Color

#88ffde #ff88a9

#88ffde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88ffde Color Preview on White Background

Lorem ipsum dolor sit amet.

#88ffde Color CSS Codes

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

#88ffde Text Font Color

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

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


#88ffde Background Color

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

This div background color is #88ffde


#88ffde Border Color

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

This div border color is #88ffde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,255,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #88ffde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88ffde

Related Colors


Comments

No comments written yet.

Please login to write comment.