Color Hex Logo

#88bacb Color Hex

#88BACB
(136,186,203)
0 Favorites   0 Comments

Color spaces of #88bacb

RGB 136186203
HSL0.540.390.66
HSV195°33°80°
CMYK 0.330.080.00   0.20
XYZ38.491744.663863.0922
Yxy44.66380.26320.3054
Hunter Lab66.8310-14.1461-9.1914
CIE-Lab72.6700-12.2738-13.8590

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111010 11001011
Octal 210 272 313
Decimal 136 186 203
Hex 88 BA CB

RGB Percentages of Color #88bacb

%25.90
%35.43
%38.67

CMYK Percentages of Color #88bacb

%33
%8
%0
%20

Triadic Colors of #88bacb

#88bacb #cb88ba #bacb88

Analogous Colors of #88bacb

#88bacb #8899cb #88cbbb

Monochromatic Colors of #88bacb

#88bacb

Complementary Color

#88bacb #cb9988

#88bacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bacb Color CSS Codes

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

#88bacb Text Font Color

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

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


#88bacb Background Color

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

This div background color is #88bacb


#88bacb Border Color

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

This div border color is #88bacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bacb


Comments

No comments written yet.

Please login to write comment.