Color Hex Logo

#88ccbc Color Hex

#88CCBC
(136,204,188)
0 Favorites   0 Comments

Color spaces of #88ccbc

RGB 136204188
HSL0.460.400.67
HSV166°33°80°
CMYK 0.330.000.08   0.20
XYZ40.823352.050855.4721
Yxy52.05080.27520.3509
Hunter Lab72.1462-25.25334.9152
CIE-Lab77.3112-24.95581.1459

#88ccbc color RGB value is (136,204,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001100 10111100
Octal 210 314 274
Decimal 136 204 188
Hex 88 CC BC

RGB Percentages of Color #88ccbc

%25.76
%38.64
%35.61

CMYK Percentages of Color #88ccbc

%33
%0
%8
%20

Triadic Colors of #88ccbc

#88ccbc #bc88cc #ccbc88

Analogous Colors of #88ccbc

#88ccbc #88bacc #88cc9a

Monochromatic Colors of #88ccbc

#88ccbc

Complementary Color

#88ccbc #cc8898

#88ccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88ccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#88ccbc Color CSS Codes

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

#88ccbc Text Font Color

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

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


#88ccbc Background Color

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

This div background color is #88ccbc


#88ccbc Border Color

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

This div border color is #88ccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88ccbc


Comments

No comments written yet.

Please login to write comment.