Color Hex Logo

#859dbb Color Hex

#859DBB
(133,157,187)
0 Favorites   0 Comments

Color spaces of #859dbb

RGB 133157187
HSL0.590.280.63
HSV213°29°73°
CMYK 0.290.160.00   0.27
XYZ30.699532.688351.7052
Yxy32.68830.26670.2840
Hunter Lab57.1737-4.2081-13.5975
CIE-Lab63.9077-1.3718-18.2628

#859dbb color RGB value is (133,157,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011101 10111011
Octal 205 235 273
Decimal 133 157 187
Hex 85 9D BB

RGB Percentages of Color #859dbb

%27.88
%32.91
%39.20

CMYK Percentages of Color #859dbb

%29
%16
%0
%27

Triadic Colors of #859dbb

#859dbb #bb859d #9dbb85

Analogous Colors of #859dbb

#859dbb #8885bb #85b8bb

Monochromatic Colors of #859dbb

#859dbb

Complementary Color

#859dbb #bba385

#859dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#859dbb Color CSS Codes

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

#859dbb Text Font Color

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

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


#859dbb Background Color

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

This div background color is #859dbb


#859dbb Border Color

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

This div border color is #859dbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,157,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 #859dbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859dbb


Comments

No comments written yet.

Please login to write comment.