Color Hex Logo

#859aba Color Hex

#859ABA
(133,154,186)
0 Favorites   0 Comments

Color spaces of #859aba

RGB 133154186
HSL0.600.280.63
HSV216°28°73°
CMYK 0.280.170.00   0.27
XYZ30.091431.642950.9761
Yxy31.64290.26700.2807
Hunter Lab56.2520-2.9544-14.3527
CIE-Lab63.04660.0596-19.0106

#859aba color RGB value is (133,154,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011010 10111010
Octal 205 232 272
Decimal 133 154 186
Hex 85 9A BA

RGB Percentages of Color #859aba

%28.12
%32.56
%39.32

CMYK Percentages of Color #859aba

%28
%17
%0
%27

Triadic Colors of #859aba

#859aba #ba859a #9aba85

Analogous Colors of #859aba

#859aba #8b85ba #85b5ba

Monochromatic Colors of #859aba

#859aba

Complementary Color

#859aba #baa585

#859aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#859aba Color CSS Codes

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

#859aba Text Font Color

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

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


#859aba Background Color

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

This div background color is #859aba


#859aba Border Color

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

This div border color is #859aba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,154,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 #859aba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859aba


Comments

No comments written yet.

Please login to write comment.