Color Hex Logo

#88edbe Color Hex

#88EDBE
(136,237,190)
0 Favorites   0 Comments

Color spaces of #88edbe

RGB 136237190
HSL0.420.740.73
HSV152°43°93°
CMYK 0.430.000.20   0.07
XYZ49.731869.520359.5128
Yxy69.52030.27820.3889
Hunter Lab83.3788-39.445616.0461
CIE-Lab86.7611-40.031213.6508

#88edbe color RGB value is (136,237,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11101101 10111110
Octal 210 355 276
Decimal 136 237 190
Hex 88 ED BE

RGB Percentages of Color #88edbe

%24.16
%42.10
%33.75

CMYK Percentages of Color #88edbe

%43
%0
%20
%7

Triadic Colors of #88edbe

#88edbe #be88ed #edbe88

Analogous Colors of #88edbe

#88edbe #88eaed #88ed8c

Monochromatic Colors of #88edbe

#88edbe

Complementary Color

#88edbe #ed88b7

#88edbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88edbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#88edbe Color CSS Codes

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

#88edbe Text Font Color

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

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


#88edbe Background Color

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

This div background color is #88edbe


#88edbe Border Color

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

This div border color is #88edbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88edbe


Comments

No comments written yet.

Please login to write comment.