Color Hex Logo

#859db7 Color Hex

#859DB7
(133,157,183)
0 Favorites   0 Comments

Color spaces of #859db7

RGB 133157183
HSL0.590.260.62
HSV211°27°72°
CMYK 0.270.140.00   0.28
XYZ30.277132.519449.4808
Yxy32.51940.26970.2896
Hunter Lab57.0258-5.0229-11.5274
CIE-Lab63.7699-2.3582-16.2301

#859db7 color RGB value is (133,157,183).

#859db7 hex color red value is 133, green value is 157 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #859db7 hue: 0.59 , saturation: 0.26 and the lightness value of 859db7 is 0.62.

The process color (four color CMYK) of #859db7 color hex is 0.27, 0.14, 0.00, 0.28. Web safe color of #859db7 is #9999cc. Color #859db7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011101 10110111
Octal 205 235 267
Decimal 133 157 183
Hex 85 9D B7

RGB Percentages of Color #859db7

%28.12
%33.19
%38.69

CMYK Percentages of Color #859db7

%27
%14
%0
%28

Triadic Colors of #859db7

#859db7 #b7859d #9db785

Analogous Colors of #859db7

#859db7 #8685b7 #85b6b7

Monochromatic Colors of #859db7

#859db7

Complementary Color

#859db7 #b79f85

#859db7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859db7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#859db7 Color CSS Codes

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

#859db7 Text Font Color

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

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


#859db7 Background Color

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

This div background color is #859db7


#859db7 Border Color

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

This div border color is #859db7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859db7


Comments

No comments written yet.

Please login to write comment.