Color Hex Logo

#8cb9cb Color Hex

#8CB9CB
(140,185,203)
0 Favorites   0 Comments

Color spaces of #8cb9cb

RGB 140185203
HSL0.550.380.67
HSV197°31°80°
CMYK 0.310.090.00   0.20
XYZ38.943744.585263.0532
Yxy44.58520.26570.3042
Hunter Lab66.7721-12.7442-9.2473
CIE-Lab72.6179-10.6071-13.9143

#8cb9cb color RGB value is (140,185,203).

#8cb9cb hex color red value is 140, green value is 185 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8cb9cb hue: 0.55 , saturation: 0.38 and the lightness value of 8cb9cb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111001 11001011
Octal 214 271 313
Decimal 140 185 203
Hex 8C B9 CB

RGB Percentages of Color #8cb9cb

%26.52
%35.04
%38.45

CMYK Percentages of Color #8cb9cb

%31
%9
%0
%20

Triadic Colors of #8cb9cb

#8cb9cb #cb8cb9 #b9cb8c

Analogous Colors of #8cb9cb

#8cb9cb #8c9acb #8ccbbe

Monochromatic Colors of #8cb9cb

#8cb9cb

Complementary Color

#8cb9cb #cb9e8c

#8cb9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cb9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cb9cb Color CSS Codes

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

#8cb9cb Text Font Color

<p style="color:#8cb9cb">Text here</p>

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


#8cb9cb Background Color

<div style="background-color:#8cb9cb">
Div content here</div>

This div background color is #8cb9cb


#8cb9cb Border Color

<div style="border:3px solid #8cb9cb">
Div here</div>

This div border color is #8cb9cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,185,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8cb9cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8cb9cb;
  -webkit-box-shadow: 1px 1px 3px 2px #8cb9cb;
  box-shadow:         1px 1px 3px 2px #8cb9cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,185,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 #8cb9cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cb9cb

#8cb9cb Color Palettes


Comments

No comments written yet.

Please login to write comment.