Color Hex Logo

#88b8cb Color Hex

#88B8CB
(136,184,203)
0 Favorites   0 Comments

Color spaces of #88b8cb

RGB 136184203
HSL0.550.390.66
HSV197°33°80°
CMYK 0.330.090.00   0.20
XYZ38.073343.827062.9527
Yxy43.82700.26280.3026
Hunter Lab66.2020-13.1966-10.0386
CIE-Lab72.1127-11.2171-14.6968

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111000 11001011
Octal 210 270 313
Decimal 136 184 203
Hex 88 B8 CB

RGB Percentages of Color #88b8cb

%26.00
%35.18
%38.81

CMYK Percentages of Color #88b8cb

%33
%9
%0
%20

Triadic Colors of #88b8cb

#88b8cb #cb88b8 #b8cb88

Analogous Colors of #88b8cb

#88b8cb #8897cb #88cbbd

Monochromatic Colors of #88b8cb

#88b8cb

Complementary Color

#88b8cb #cb9b88

#88b8cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88b8cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#88b8cb Color CSS Codes

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

#88b8cb Text Font Color

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

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


#88b8cb Background Color

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

This div background color is #88b8cb


#88b8cb Border Color

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

This div border color is #88b8cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88b8cb


Comments

No comments written yet.

Please login to write comment.