Color Hex Logo

#859cbd Color Hex

#859CBD
(133,156,189)
0 Favorites   0 Comments

Color spaces of #859cbd

RGB 133156189
HSL0.600.300.63
HSV215°30°74°
CMYK 0.300.170.00   0.26
XYZ30.746632.437652.7847
Yxy32.43760.26510.2797
Hunter Lab56.9540-3.3064-15.0819
CIE-Lab63.7029-0.3136-19.6944

#859cbd color RGB value is (133,156,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011100 10111101
Octal 205 234 275
Decimal 133 156 189
Hex 85 9C BD

RGB Percentages of Color #859cbd

%27.82
%32.64
%39.54

CMYK Percentages of Color #859cbd

%30
%17
%0
%26

Triadic Colors of #859cbd

#859cbd #bd859c #9cbd85

Analogous Colors of #859cbd

#859cbd #8a85bd #85b8bd

Monochromatic Colors of #859cbd

#859cbd

Complementary Color

#859cbd #bda685

#859cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#859cbd Color CSS Codes

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

#859cbd Text Font Color

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

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


#859cbd Background Color

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

This div background color is #859cbd


#859cbd Border Color

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

This div border color is #859cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859cbd


Comments

No comments written yet.

Please login to write comment.