Color Hex Logo

#859eba Color Hex

#859EBA
(133,158,186)
0 Favorites   0 Comments

Color spaces of #859eba

RGB 133158186
HSL0.590.280.63
HSV212°28°73°
CMYK 0.280.150.00   0.27
XYZ30.762732.985451.1998
Yxy32.98540.26760.2870
Hunter Lab57.4329-4.8979-12.6523
CIE-Lab64.1491-2.1769-17.3366

#859eba color RGB value is (133,158,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011110 10111010
Octal 205 236 272
Decimal 133 158 186
Hex 85 9E BA

RGB Percentages of Color #859eba

%27.88
%33.12
%38.99

CMYK Percentages of Color #859eba

%28
%15
%0
%27

Triadic Colors of #859eba

#859eba #ba859e #9eba85

Analogous Colors of #859eba

#859eba #8785ba #85b9ba

Monochromatic Colors of #859eba

#859eba

Complementary Color

#859eba #baa185

#859eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#859eba Color CSS Codes

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

#859eba Text Font Color

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

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


#859eba Background Color

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

This div background color is #859eba


#859eba Border Color

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

This div border color is #859eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859eba


Comments

No comments written yet.

Please login to write comment.