Color Hex Logo

#859bad Color Hex

#859BAD
(133,155,173)
0 Favorites   0 Comments

Color spaces of #859bad

RGB 133155173
HSL0.580.200.60
HSV207°23°68°
CMYK 0.230.100.00   0.32
XYZ28.937031.446444.0798
Yxy31.44640.27700.3010
Hunter Lab56.0771-6.0250-7.3514
CIE-Lab62.8827-3.6484-11.9482

#859bad color RGB value is (133,155,173).

#859bad hex color red value is 133, green value is 155 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #859bad hue: 0.58 , saturation: 0.20 and the lightness value of 859bad is 0.60.

The process color (four color CMYK) of #859bad color hex is 0.23, 0.10, 0.00, 0.32. Web safe color of #859bad is #999999. Color #859bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011011 10101101
Octal 205 233 255
Decimal 133 155 173
Hex 85 9B AD

RGB Percentages of Color #859bad

%28.85
%33.62
%37.53

CMYK Percentages of Color #859bad

%23
%10
%0
%32

Triadic Colors of #859bad

#859bad #ad859b #9bad85

Analogous Colors of #859bad

#859bad #8587ad #85adab

Monochromatic Colors of #859bad

#859bad

Complementary Color

#859bad #ad9785

#859bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#859bad Color CSS Codes

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

#859bad Text Font Color

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

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


#859bad Background Color

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

This div background color is #859bad


#859bad Border Color

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

This div border color is #859bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859bad


Comments

No comments written yet.

Please login to write comment.