Color Hex Logo

#859fcc Color Hex

#859FCC
(133,159,204)
0 Favorites   0 Comments

Color spaces of #859fcc

RGB 133159204
HSL0.610.410.66
HSV218°35°80°
CMYK 0.350.220.00   0.20
XYZ32.970134.142561.9792
Yxy34.14250.25540.2645
Hunter Lab58.4316-1.5364-21.9876
CIE-Lab65.07551.8520-25.9666

#859fcc color RGB value is (133,159,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011111 11001100
Octal 205 237 314
Decimal 133 159 204
Hex 85 9F CC

RGB Percentages of Color #859fcc

%26.81
%32.06
%41.13

CMYK Percentages of Color #859fcc

%35
%22
%0
%20

Triadic Colors of #859fcc

#859fcc #cc859f #9fcc85

Analogous Colors of #859fcc

#859fcc #8f85cc #85c3cc

Monochromatic Colors of #859fcc

#859fcc

Complementary Color

#859fcc #ccb285

#859fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#859fcc Color CSS Codes

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

#859fcc Text Font Color

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

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


#859fcc Background Color

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

This div background color is #859fcc


#859fcc Border Color

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

This div border color is #859fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859fcc


Comments

No comments written yet.

Please login to write comment.