Color Hex Logo

#859dbc Color Hex

#859DBC
(133,157,188)
0 Favorites   0 Comments

Color spaces of #859dbc

RGB 133157188
HSL0.590.290.63
HSV214°29°74°
CMYK 0.290.160.00   0.26
XYZ30.806932.731352.2710
Yxy32.73130.26600.2826
Hunter Lab57.2113-4.0018-14.1223
CIE-Lab63.9427-1.1232-18.7695

#859dbc color RGB value is (133,157,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011101 10111100
Octal 205 235 274
Decimal 133 157 188
Hex 85 9D BC

RGB Percentages of Color #859dbc

%27.82
%32.85
%39.33

CMYK Percentages of Color #859dbc

%29
%16
%0
%26

Triadic Colors of #859dbc

#859dbc #bc859d #9dbc85

Analogous Colors of #859dbc

#859dbc #8985bc #85b9bc

Monochromatic Colors of #859dbc

#859dbc

Complementary Color

#859dbc #bca485

#859dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#859dbc Color CSS Codes

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

#859dbc Text Font Color

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

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


#859dbc Background Color

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

This div background color is #859dbc


#859dbc Border Color

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

This div border color is #859dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859dbc


Comments

No comments written yet.

Please login to write comment.