Color Hex Logo

#88abcb Color Hex

#88ABCB
(136,171,203)
0 Favorites   0 Comments

Color spaces of #88abcb

RGB 136171203
HSL0.580.390.66
HSV209°33°80°
CMYK 0.330.160.00   0.20
XYZ35.495738.671962.0935
Yxy38.67190.26050.2838
Hunter Lab62.1867-6.9404-15.6704
CIE-Lab68.5129-4.2136-20.1418

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

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

The process color (four color CMYK) of #88abcb color hex is 0.33, 0.16, 0.00, 0.20. Web safe color of #88abcb is #9999cc. Color #88abcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101011 11001011
Octal 210 253 313
Decimal 136 171 203
Hex 88 AB CB

RGB Percentages of Color #88abcb

%26.67
%33.53
%39.80

CMYK Percentages of Color #88abcb

%33
%16
%0
%20

Triadic Colors of #88abcb

#88abcb #cb88ab #abcb88

Analogous Colors of #88abcb

#88abcb #888acb #88cbca

Monochromatic Colors of #88abcb

#88abcb

Complementary Color

#88abcb #cba888

#88abcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88abcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#88abcb Color CSS Codes

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

#88abcb Text Font Color

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

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


#88abcb Background Color

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

This div background color is #88abcb


#88abcb Border Color

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

This div border color is #88abcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88abcb


Comments

No comments written yet.

Please login to write comment.