Color Hex Logo

#859fab Color Hex

#859FAB
(133,159,171)
0 Favorites   0 Comments

Color spaces of #859fab

RGB 133159171
HSL0.550.180.60
HSV199°22°67°
CMYK 0.220.070.00   0.33
XYZ29.421732.723143.2936
Yxy32.72310.27900.3104
Hunter Lab57.2041-8.2996-4.8294
CIE-Lab63.9361-6.3213-9.2471

#859fab color RGB value is (133,159,171).

#859fab hex color red value is 133, green value is 159 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #859fab hue: 0.55 , saturation: 0.18 and the lightness value of 859fab is 0.60.

The process color (four color CMYK) of #859fab color hex is 0.22, 0.07, 0.00, 0.33. Web safe color of #859fab is #999999. Color #859fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011111 10101011
Octal 205 237 253
Decimal 133 159 171
Hex 85 9F AB

RGB Percentages of Color #859fab

%28.73
%34.34
%36.93

CMYK Percentages of Color #859fab

%22
%7
%0
%33

Triadic Colors of #859fab

#859fab #ab859f #9fab85

Analogous Colors of #859fab

#859fab #858cab #85aba4

Monochromatic Colors of #859fab

#859fab

Complementary Color

#859fab #ab9185

#859fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#859fab Color CSS Codes

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

#859fab Text Font Color

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

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


#859fab Background Color

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

This div background color is #859fab


#859fab Border Color

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

This div border color is #859fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859fab


Comments

No comments written yet.

Please login to write comment.