Color Hex Logo

#88cebc Color Hex

#88CEBC
(136,206,188)
0 Favorites   0 Comments

Color spaces of #88cebc

RGB 136206188
HSL0.460.420.67
HSV165°34°81°
CMYK 0.340.000.09   0.19
XYZ41.301753.007755.6316
Yxy53.00770.27550.3535
Hunter Lab72.8064-26.15155.6608
CIE-Lab77.8795-25.93761.9728

#88cebc color RGB value is (136,206,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001110 10111100
Octal 210 316 274
Decimal 136 206 188
Hex 88 CE BC

RGB Percentages of Color #88cebc

%25.66
%38.87
%35.47

CMYK Percentages of Color #88cebc

%34
%0
%9
%19

Triadic Colors of #88cebc

#88cebc #bc88ce #cebc88

Analogous Colors of #88cebc

#88cebc #88bdce #88ce99

Monochromatic Colors of #88cebc

#88cebc

Complementary Color

#88cebc #ce889a

#88cebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88cebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#88cebc Color CSS Codes

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

#88cebc Text Font Color

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

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


#88cebc Background Color

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

This div background color is #88cebc


#88cebc Border Color

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

This div border color is #88cebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88cebc


Comments

No comments written yet.

Please login to write comment.