Color Hex Logo

#88cbbb Color Hex

#88CBBB
(136,203,187)
0 Favorites   0 Comments

Color spaces of #88cbbb

RGB 136203187
HSL0.460.390.66
HSV166°33°80°
CMYK 0.330.000.08   0.20
XYZ40.478951.534054.8273
Yxy51.53400.27570.3510
Hunter Lab71.7872-24.97614.9684
CIE-Lab77.0014-24.68411.2330

#88cbbb color RGB value is (136,203,187).

#88cbbb hex color red value is 136, green value is 203 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #88cbbb hue: 0.46 , saturation: 0.39 and the lightness value of 88cbbb is 0.66.

The process color (four color CMYK) of #88cbbb color hex is 0.33, 0.00, 0.08, 0.20. Web safe color of #88cbbb is #99cccc. Color #88cbbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001011 10111011
Octal 210 313 273
Decimal 136 203 187
Hex 88 CB BB

RGB Percentages of Color #88cbbb

%25.86
%38.59
%35.55

CMYK Percentages of Color #88cbbb

%33
%0
%8
%20

Triadic Colors of #88cbbb

#88cbbb #bb88cb #cbbb88

Analogous Colors of #88cbbb

#88cbbb #88bacb #88cb9a

Monochromatic Colors of #88cbbb

#88cbbb

Complementary Color

#88cbbb #cb8898

#88cbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88cbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#88cbbb Color CSS Codes

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

#88cbbb Text Font Color

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

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


#88cbbb Background Color

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

This div background color is #88cbbb


#88cbbb Border Color

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

This div border color is #88cbbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,203,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 #88cbbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88cbbb


Comments

No comments written yet.

Please login to write comment.