Color Hex Logo

#88ebcf Color Hex

#88EBCF
(136,235,207)
0 Favorites   0 Comments

Color spaces of #88ebcf

RGB 136235207
HSL0.450.710.73
HSV163°42°92°
CMYK 0.420.000.12   0.08
XYZ51.124269.155969.6854
Yxy69.15590.26910.3640
Hunter Lab83.1600-35.79388.5289
CIE-Lab86.5812-35.53034.5091

#88ebcf color RGB value is (136,235,207).

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

The process color (four color CMYK) of #88ebcf color hex is 0.42, 0.00, 0.12, 0.08. Web safe color of #88ebcf is #99ffcc. Color #88ebcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11101011 11001111
Octal 210 353 317
Decimal 136 235 207
Hex 88 EB CF

RGB Percentages of Color #88ebcf

%23.53
%40.66
%35.81

CMYK Percentages of Color #88ebcf

%42
%0
%12
%8

Triadic Colors of #88ebcf

#88ebcf #cf88eb #ebcf88

Analogous Colors of #88ebcf

#88ebcf #88d6eb #88eb9e

Monochromatic Colors of #88ebcf

#88ebcf

Complementary Color

#88ebcf #eb88a4

#88ebcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88ebcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#88ebcf Color CSS Codes

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

#88ebcf Text Font Color

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

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


#88ebcf Background Color

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

This div background color is #88ebcf


#88ebcf Border Color

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

This div border color is #88ebcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88ebcf


Comments

No comments written yet.

Please login to write comment.