Color Hex Logo

#859ebd Color Hex

#859EBD
(133,158,189)
0 Favorites   0 Comments

Color spaces of #859ebd

RGB 133158189
HSL0.590.300.63
HSV213°30°74°
CMYK 0.300.160.00   0.26
XYZ31.085033.114452.8975
Yxy33.11440.26550.2828
Hunter Lab57.5451-4.2809-14.2199
CIE-Lab64.2534-1.4319-18.8570

#859ebd color RGB value is (133,158,189).

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

The process color (four color CMYK) of #859ebd color hex is 0.30, 0.16, 0.00, 0.26. Web safe color of #859ebd is #9999cc. Color #859ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011110 10111101
Octal 205 236 275
Decimal 133 158 189
Hex 85 9E BD

RGB Percentages of Color #859ebd

%27.71
%32.92
%39.38

CMYK Percentages of Color #859ebd

%30
%16
%0
%26

Triadic Colors of #859ebd

#859ebd #bd859e #9ebd85

Analogous Colors of #859ebd

#859ebd #8885bd #85babd

Monochromatic Colors of #859ebd

#859ebd

Complementary Color

#859ebd #bda485

#859ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#859ebd Color CSS Codes

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

#859ebd Text Font Color

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

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


#859ebd Background Color

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

This div background color is #859ebd


#859ebd Border Color

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

This div border color is #859ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859ebd


Comments

No comments written yet.

Please login to write comment.