Color Hex Logo

#88edbd Color Hex

#88EDBD
(136,237,189)
0 Favorites   0 Comments

Color spaces of #88edbd

RGB 136237189
HSL0.420.740.73
HSV151°43°93°
CMYK 0.430.000.20   0.07
XYZ49.622869.476758.9391
Yxy69.47670.27870.3902
Hunter Lab83.3527-39.599816.4226
CIE-Lab86.7396-40.233214.1409

#88edbd color RGB value is (136,237,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11101101 10111101
Octal 210 355 275
Decimal 136 237 189
Hex 88 ED BD

RGB Percentages of Color #88edbd

%24.20
%42.17
%33.63

CMYK Percentages of Color #88edbd

%43
%0
%20
%7

Triadic Colors of #88edbd

#88edbd #bd88ed #edbd88

Analogous Colors of #88edbd

#88edbd #88ebed #88ed8b

Monochromatic Colors of #88edbd

#88edbd

Complementary Color

#88edbd #ed88b8

#88edbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88edbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#88edbd Color CSS Codes

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

#88edbd Text Font Color

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

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


#88edbd Background Color

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

This div background color is #88edbd


#88edbd Border Color

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

This div border color is #88edbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88edbd


Comments

No comments written yet.

Please login to write comment.