Color Hex Logo

#859baf Color Hex

#859BAF
(133,155,175)
0 Favorites   0 Comments

Color spaces of #859baf

RGB 133155175
HSL0.580.210.60
HSV209°24°69°
CMYK 0.240.110.00   0.31
XYZ29.132131.524445.1068
Yxy31.52440.27540.2981
Hunter Lab56.1466-5.6404-8.3295
CIE-Lab62.9478-3.1751-12.9760

#859baf color RGB value is (133,155,175).

#859baf hex color red value is 133, green value is 155 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #859baf hue: 0.58 , saturation: 0.21 and the lightness value of 859baf is 0.60.

The process color (four color CMYK) of #859baf color hex is 0.24, 0.11, 0.00, 0.31. Web safe color of #859baf is #999999. Color #859baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011011 10101111
Octal 205 233 257
Decimal 133 155 175
Hex 85 9B AF

RGB Percentages of Color #859baf

%28.73
%33.48
%37.80

CMYK Percentages of Color #859baf

%24
%11
%0
%31

Triadic Colors of #859baf

#859baf #af859b #9baf85

Analogous Colors of #859baf

#859baf #8586af #85afae

Monochromatic Colors of #859baf

#859baf

Complementary Color

#859baf #af9985

#859baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#859baf Color CSS Codes

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

#859baf Text Font Color

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

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


#859baf Background Color

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

This div background color is #859baf


#859baf Border Color

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

This div border color is #859baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859baf


Comments

No comments written yet.

Please login to write comment.