Color Hex Logo

#859abb Color Hex

#859ABB
(133,154,187)
0 Favorites   0 Comments

Color spaces of #859abb

RGB 133154187
HSL0.600.280.63
HSV217°29°73°
CMYK 0.290.180.00   0.27
XYZ30.198131.685651.5380
Yxy31.68560.26620.2794
Hunter Lab56.2900-2.7468-14.8818
CIE-Lab63.08220.3087-19.5178

#859abb color RGB value is (133,154,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011010 10111011
Octal 205 232 273
Decimal 133 154 187
Hex 85 9A BB

RGB Percentages of Color #859abb

%28.06
%32.49
%39.45

CMYK Percentages of Color #859abb

%29
%18
%0
%27

Triadic Colors of #859abb

#859abb #bb859a #9abb85

Analogous Colors of #859abb

#859abb #8b85bb #85b5bb

Monochromatic Colors of #859abb

#859abb

Complementary Color

#859abb #bba685

#859abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#859abb Color CSS Codes

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

#859abb Text Font Color

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

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


#859abb Background Color

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

This div background color is #859abb


#859abb Border Color

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

This div border color is #859abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859abb


Comments

No comments written yet.

Please login to write comment.