Color Hex Logo

#88cebf Color Hex

#88CEBF
(136,206,191)
0 Favorites   0 Comments

Color spaces of #88cebf

RGB 136206191
HSL0.460.420.67
HSV167°34°81°
CMYK 0.340.000.07   0.19
XYZ41.628653.138457.3529
Yxy53.13840.27370.3493
Hunter Lab72.8961-25.63264.3793
CIE-Lab77.9566-25.27340.4734

#88cebf color RGB value is (136,206,191).

#88cebf hex color red value is 136, green value is 206 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #88cebf hue: 0.46 , saturation: 0.42 and the lightness value of 88cebf is 0.67.

The process color (four color CMYK) of #88cebf color hex is 0.34, 0.00, 0.07, 0.19. Web safe color of #88cebf is #99cccc. Color #88cebf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001110 10111111
Octal 210 316 277
Decimal 136 206 191
Hex 88 CE BF

RGB Percentages of Color #88cebf

%25.52
%38.65
%35.83

CMYK Percentages of Color #88cebf

%34
%0
%7
%19

Triadic Colors of #88cebf

#88cebf #bf88ce #cebf88

Analogous Colors of #88cebf

#88cebf #88bace #88ce9c

Monochromatic Colors of #88cebf

#88cebf

Complementary Color

#88cebf #ce8897

#88cebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88cebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#88cebf Color CSS Codes

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

#88cebf Text Font Color

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

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


#88cebf Background Color

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

This div background color is #88cebf


#88cebf Border Color

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

This div border color is #88cebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88cebf


Comments

No comments written yet.

Please login to write comment.