Color Hex Logo

#859fbe Color Hex

#859FBE
(133,159,190)
0 Favorites   0 Comments

Color spaces of #859fbe

RGB 133159190
HSL0.590.300.63
HSV213°30°75°
CMYK 0.300.160.00   0.25
XYZ31.365333.500553.5283
Yxy33.50050.26490.2830
Hunter Lab57.8796-4.5591-14.3169
CIE-Lab64.5641-1.7388-18.9438

#859fbe color RGB value is (133,159,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011111 10111110
Octal 205 237 276
Decimal 133 159 190
Hex 85 9F BE

RGB Percentages of Color #859fbe

%27.59
%32.99
%39.42

CMYK Percentages of Color #859fbe

%30
%16
%0
%25

Triadic Colors of #859fbe

#859fbe #be859f #9fbe85

Analogous Colors of #859fbe

#859fbe #8885be #85bcbe

Monochromatic Colors of #859fbe

#859fbe

Complementary Color

#859fbe #bea485

#859fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#859fbe Color CSS Codes

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

#859fbe Text Font Color

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

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


#859fbe Background Color

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

This div background color is #859fbe


#859fbe Border Color

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

This div border color is #859fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859fbe


Comments

No comments written yet.

Please login to write comment.