Color Hex Logo

#88fddb Color Hex

#88FDDB
(136,253,219)
0 Favorites   0 Comments

Color spaces of #88fddb

RGB 136253219
HSL0.450.970.76
HSV163°46°99°
CMYK 0.460.000.13   0.01
XYZ58.064880.599379.5147
Yxy80.59930.26610.3694
Hunter Lab89.7771-41.662210.3314
CIE-Lab91.9531-41.05896.0210

#88fddb color RGB value is (136,253,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11111101 11011011
Octal 210 375 333
Decimal 136 253 219
Hex 88 FD DB

RGB Percentages of Color #88fddb

%22.37
%41.61
%36.02

CMYK Percentages of Color #88fddb

%46
%0
%13
%1

Triadic Colors of #88fddb

#88fddb #db88fd #fddb88

Analogous Colors of #88fddb

#88fddb #88e5fd #88fda1

Monochromatic Colors of #88fddb

#88fddb

Complementary Color

#88fddb #fd88aa

#88fddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88fddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#88fddb Color CSS Codes

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

#88fddb Text Font Color

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

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


#88fddb Background Color

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

This div background color is #88fddb


#88fddb Border Color

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

This div border color is #88fddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88fddb


Comments

No comments written yet.

Please login to write comment.