Color Hex Logo

#88ffdc Color Hex

#88FFDC
(136,255,220)
0 Favorites   0 Comments

Color spaces of #88ffdc

RGB 136255220
HSL0.451.000.77
HSV162°47°100°
CMYK 0.470.000.14   0.00
XYZ58.831681.921580.4218
Yxy81.92150.26600.3704
Hunter Lab90.5105-42.368810.6761
CIE-Lab92.5402-41.73016.3510

#88ffdc color RGB value is (136,255,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11111111 11011100
Octal 210 377 334
Decimal 136 255 220
Hex 88 FF DC

RGB Percentages of Color #88ffdc

%22.26
%41.73
%36.01

CMYK Percentages of Color #88ffdc

%47
%0
%14
%0

Triadic Colors of #88ffdc

#88ffdc #dc88ff #ffdc88

Analogous Colors of #88ffdc

#88ffdc #88e7ff #88ffa1

Monochromatic Colors of #88ffdc

#88ffdc

Complementary Color

#88ffdc #ff88ab

#88ffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88ffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#88ffdc Color CSS Codes

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

#88ffdc Text Font Color

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

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


#88ffdc Background Color

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

This div background color is #88ffdc


#88ffdc Border Color

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

This div border color is #88ffdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88ffdc

Related Colors


Comments

No comments written yet.

Please login to write comment.