Color Hex Logo

#88cbcb Color Hex

#88CBCB
(136,203,203)
0 Favorites   0 Comments

Color spaces of #88cbcb

RGB 136203203
HSL0.500.390.66
HSV180°33°80°
CMYK 0.330.000.00   0.20
XYZ42.288852.257964.3578
Yxy52.25790.26610.3289
Hunter Lab72.2896-22.0859-2.1818
CIE-Lab77.4348-21.0273-6.7513

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001011 11001011
Octal 210 313 313
Decimal 136 203 203
Hex 88 CB CB

RGB Percentages of Color #88cbcb

%25.09
%37.45
%37.45

CMYK Percentages of Color #88cbcb

%33
%0
%0
%20

Triadic Colors of #88cbcb

#88cbcb #cb88cb #cbcb88

Analogous Colors of #88cbcb

#88cbcb #88aacb #88cbaa

Monochromatic Colors of #88cbcb

#88cbcb

Complementary Color

#88cbcb #cb8888

#88cbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88cbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#88cbcb Color CSS Codes

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

#88cbcb Text Font Color

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

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


#88cbcb Background Color

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

This div background color is #88cbcb


#88cbcb Border Color

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

This div border color is #88cbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88cbcb


Comments

No comments written yet.

Please login to write comment.