Color Hex Logo

#859bcb Color Hex

#859BCB
(133,155,203)
0 Favorites   0 Comments

Color spaces of #859bcb

RGB 133155203
HSL0.610.400.66
HSV221°34°80°
CMYK 0.340.240.00   0.20
XYZ32.173732.741061.1238
Yxy32.74100.25530.2598
Hunter Lab57.21980.2330-23.2815
CIE-Lab63.95063.8488-27.1399

#859bcb color RGB value is (133,155,203).

#859bcb hex color red value is 133, green value is 155 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #859bcb hue: 0.61 , saturation: 0.40 and the lightness value of 859bcb is 0.66.

The process color (four color CMYK) of #859bcb color hex is 0.34, 0.24, 0.00, 0.20. Web safe color of #859bcb is #9999cc. Color #859bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011011 11001011
Octal 205 233 313
Decimal 133 155 203
Hex 85 9B CB

RGB Percentages of Color #859bcb

%27.09
%31.57
%41.34

CMYK Percentages of Color #859bcb

%34
%24
%0
%20

Triadic Colors of #859bcb

#859bcb #cb859b #9bcb85

Analogous Colors of #859bcb

#859bcb #9285cb #85becb

Monochromatic Colors of #859bcb

#859bcb

Complementary Color

#859bcb #cbb585

#859bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#859bcb Color CSS Codes

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

#859bcb Text Font Color

<p style="color:#859bcb">Text here</p>

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


#859bcb Background Color

<div style="background-color:#859bcb">
Div content here</div>

This div background color is #859bcb


#859bcb Border Color

<div style="border:3px solid #859bcb">
Div here</div>

This div border color is #859bcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,155,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #859bcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #859bcb;
  -webkit-box-shadow: 1px 1px 3px 2px #859bcb;
  box-shadow:         1px 1px 3px 2px #859bcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,155,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 #859bcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859bcb


Comments

No comments written yet.

Please login to write comment.