Color Hex Logo

#88cbbc Color Hex

#88CBBC
(136,203,188)
0 Favorites   0 Comments

Color spaces of #88cbbc

RGB 136203188
HSL0.460.390.66
HSV167°33°80°
CMYK 0.330.000.07   0.20
XYZ40.586451.577055.3932
Yxy51.57700.27510.3495
Hunter Lab71.8171-24.80334.5411
CIE-Lab77.0272-24.46280.7320

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001011 10111100
Octal 210 313 274
Decimal 136 203 188
Hex 88 CB BC

RGB Percentages of Color #88cbbc

%25.81
%38.52
%35.67

CMYK Percentages of Color #88cbbc

%33
%0
%7
%20

Triadic Colors of #88cbbc

#88cbbc #bc88cb #cbbc88

Analogous Colors of #88cbbc

#88cbbc #88b9cb #88cb9b

Monochromatic Colors of #88cbbc

#88cbbc

Complementary Color

#88cbbc #cb8897

#88cbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88cbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#88cbbc Color CSS Codes

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

#88cbbc Text Font Color

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

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


#88cbbc Background Color

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

This div background color is #88cbbc


#88cbbc Border Color

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

This div border color is #88cbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88cbbc


Comments

No comments written yet.

Please login to write comment.