Color Hex Logo

#859fbb Color Hex

#859FBB
(133,159,187)
0 Favorites   0 Comments

Color spaces of #859fbb

RGB 133159187
HSL0.590.280.63
HSV211°29°73°
CMYK 0.290.150.00   0.27
XYZ31.040633.370751.8189
Yxy33.37070.26710.2871
Hunter Lab57.7674-5.1781-12.7476
CIE-Lab64.4600-2.4862-17.4250

#859fbb color RGB value is (133,159,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011111 10111011
Octal 205 237 273
Decimal 133 159 187
Hex 85 9F BB

RGB Percentages of Color #859fbb

%27.77
%33.19
%39.04

CMYK Percentages of Color #859fbb

%29
%15
%0
%27

Triadic Colors of #859fbb

#859fbb #bb859f #9fbb85

Analogous Colors of #859fbb

#859fbb #8685bb #85babb

Monochromatic Colors of #859fbb

#859fbb

Complementary Color

#859fbb #bba185

#859fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#859fbb Color CSS Codes

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

#859fbb Text Font Color

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

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


#859fbb Background Color

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

This div background color is #859fbb


#859fbb Border Color

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

This div border color is #859fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859fbb


Comments

No comments written yet.

Please login to write comment.