Color Hex Logo

#859cbc Color Hex

#859CBC
(133,156,188)
0 Favorites   0 Comments

Color spaces of #859cbc

RGB 133156188
HSL0.600.290.63
HSV215°29°74°
CMYK 0.290.170.00   0.26
XYZ30.638432.394352.2149
Yxy32.39430.26580.2811
Hunter Lab56.9160-3.5148-14.5516
CIE-Lab63.6674-0.5638-19.1882

#859cbc color RGB value is (133,156,188).

#859cbc hex color red value is 133, green value is 156 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #859cbc hue: 0.60 , saturation: 0.29 and the lightness value of 859cbc is 0.63.

The process color (four color CMYK) of #859cbc color hex is 0.29, 0.17, 0.00, 0.26. Web safe color of #859cbc is #9999cc. Color #859cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011100 10111100
Octal 205 234 274
Decimal 133 156 188
Hex 85 9C BC

RGB Percentages of Color #859cbc

%27.88
%32.70
%39.41

CMYK Percentages of Color #859cbc

%29
%17
%0
%26

Triadic Colors of #859cbc

#859cbc #bc859c #9cbc85

Analogous Colors of #859cbc

#859cbc #8a85bc #85b8bc

Monochromatic Colors of #859cbc

#859cbc

Complementary Color

#859cbc #bca585

#859cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#859cbc Color CSS Codes

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

#859cbc Text Font Color

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

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


#859cbc Background Color

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

This div background color is #859cbc


#859cbc Border Color

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

This div border color is #859cbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,156,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #859cbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859cbc

#859cbc Color Palettes


Comments

No comments written yet.

Please login to write comment.