Color Hex Logo

#859dad Color Hex

#859DAD
(133,157,173)
0 Favorites   0 Comments

Color spaces of #859dad

RGB 133157173
HSL0.570.200.60
HSV204°23°68°
CMYK 0.230.090.00   0.32
XYZ29.272732.117644.1916
Yxy32.11760.27730.3042
Hunter Lab56.6724-6.9770-6.5621
CIE-Lab63.4400-4.7548-11.1123

#859dad color RGB value is (133,157,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011101 10101101
Octal 205 235 255
Decimal 133 157 173
Hex 85 9D AD

RGB Percentages of Color #859dad

%28.73
%33.91
%37.37

CMYK Percentages of Color #859dad

%23
%9
%0
%32

Triadic Colors of #859dad

#859dad #ad859d #9dad85

Analogous Colors of #859dad

#859dad #8589ad #85ada9

Monochromatic Colors of #859dad

#859dad

Complementary Color

#859dad #ad9585

#859dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#859dad Color CSS Codes

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

#859dad Text Font Color

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

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


#859dad Background Color

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

This div background color is #859dad


#859dad Border Color

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

This div border color is #859dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859dad


Comments

No comments written yet.

Please login to write comment.