Color Hex Logo

#88edbb Color Hex

#88EDBB
(136,237,187)
0 Favorites   0 Comments

Color spaces of #88edbb

RGB 136237187
HSL0.420.740.73
HSV150°43°93°
CMYK 0.430.000.21   0.07
XYZ49.407269.390557.8034
Yxy69.39050.27980.3929
Hunter Lab83.3010-39.905317.1687
CIE-Lab86.6971-40.633915.1213

#88edbb color RGB value is (136,237,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11101101 10111011
Octal 210 355 273
Decimal 136 237 187
Hex 88 ED BB

RGB Percentages of Color #88edbb

%24.29
%42.32
%33.39

CMYK Percentages of Color #88edbb

%43
%0
%21
%7

Triadic Colors of #88edbb

#88edbb #bb88ed #edbb88

Analogous Colors of #88edbb

#88edbb #88eded #88ed89

Monochromatic Colors of #88edbb

#88edbb

Complementary Color

#88edbb #ed88ba

#88edbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88edbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#88edbb Color CSS Codes

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

#88edbb Text Font Color

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

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


#88edbb Background Color

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

This div background color is #88edbb


#88edbb Border Color

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

This div border color is #88edbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88edbb


Comments

No comments written yet.

Please login to write comment.