Color Hex Logo

#859dbf Color Hex

#859DBF
(133,157,191)
0 Favorites   0 Comments

Color spaces of #859dbf

RGB 133157191
HSL0.600.310.64
HSV215°30°75°
CMYK 0.300.180.00   0.25
XYZ31.133832.862153.9923
Yxy32.86210.26390.2785
Hunter Lab57.3255-3.3752-15.7148
CIE-Lab64.0491-0.3710-20.2866

#859dbf color RGB value is (133,157,191).

#859dbf hex color red value is 133, green value is 157 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #859dbf hue: 0.60 , saturation: 0.31 and the lightness value of 859dbf is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011101 10111111
Octal 205 235 277
Decimal 133 157 191
Hex 85 9D BF

RGB Percentages of Color #859dbf

%27.65
%32.64
%39.71

CMYK Percentages of Color #859dbf

%30
%18
%0
%25

Triadic Colors of #859dbf

#859dbf #bf859d #9dbf85

Analogous Colors of #859dbf

#859dbf #8a85bf #85babf

Monochromatic Colors of #859dbf

#859dbf

Complementary Color

#859dbf #bfa785

#859dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#859dbf Color CSS Codes

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

#859dbf Text Font Color

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

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


#859dbf Background Color

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

This div background color is #859dbf


#859dbf Border Color

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

This div border color is #859dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859dbf


Comments

No comments written yet.

Please login to write comment.