Color Hex Logo

#88edcc Color Hex

#88EDCC
(136,237,204)
0 Favorites   0 Comments

Color spaces of #88edcc

RGB 136237204
HSL0.450.740.73
HSV160°43°93°
CMYK 0.430.000.14   0.07
XYZ51.336670.162267.9637
Yxy70.16220.27100.3703
Hunter Lab83.7629-37.185910.5272
CIE-Lab87.0764-37.10236.7941

#88edcc color RGB value is (136,237,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11101101 11001100
Octal 210 355 314
Decimal 136 237 204
Hex 88 ED CC

RGB Percentages of Color #88edcc

%23.57
%41.07
%35.36

CMYK Percentages of Color #88edcc

%43
%0
%14
%7

Triadic Colors of #88edcc

#88edcc #cc88ed #edcc88

Analogous Colors of #88edcc

#88edcc #88dced #88ed9a

Monochromatic Colors of #88edcc

#88edcc

Complementary Color

#88edcc #ed88a9

#88edcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88edcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#88edcc Color CSS Codes

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

#88edcc Text Font Color

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

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


#88edcc Background Color

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

This div background color is #88edcc


#88edcc Border Color

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

This div border color is #88edcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88edcc


Comments

No comments written yet.

Please login to write comment.