Color Hex Logo

#859cce Color Hex

#859CCE
(133,156,206)
0 Favorites   0 Comments

Color spaces of #859cce

RGB 133156206
HSL0.610.430.66
HSV221°35°81°
CMYK 0.350.240.00   0.19
XYZ32.701933.219763.0810
Yxy33.21970.25350.2575
Hunter Lab57.63650.4137-24.5451
CIE-Lab64.33844.0740-28.2139

#859cce color RGB value is (133,156,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011100 11001110
Octal 205 234 316
Decimal 133 156 206
Hex 85 9C CE

RGB Percentages of Color #859cce

%26.87
%31.52
%41.62

CMYK Percentages of Color #859cce

%35
%24
%0
%19

Triadic Colors of #859cce

#859cce #ce859c #9cce85

Analogous Colors of #859cce

#859cce #9385ce #85c1ce

Monochromatic Colors of #859cce

#859cce

Complementary Color

#859cce #ceb785

#859cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#859cce Color CSS Codes

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

#859cce Text Font Color

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

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


#859cce Background Color

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

This div background color is #859cce


#859cce Border Color

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

This div border color is #859cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859cce


Comments

No comments written yet.

Please login to write comment.