Color Hex Logo

#859cad Color Hex

#859CAD
(133,156,173)
0 Favorites   0 Comments

Color spaces of #859cad

RGB 133156173
HSL0.570.200.60
HSV206°23°68°
CMYK 0.230.100.00   0.32
XYZ29.104231.780644.1355
Yxy31.78060.27710.3026
Hunter Lab56.3743-6.5013-6.9562
CIE-Lab63.1611-4.2021-11.5304

#859cad color RGB value is (133,156,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011100 10101101
Octal 205 234 255
Decimal 133 156 173
Hex 85 9C AD

RGB Percentages of Color #859cad

%28.79
%33.77
%37.45

CMYK Percentages of Color #859cad

%23
%10
%0
%32

Triadic Colors of #859cad

#859cad #ad859c #9cad85

Analogous Colors of #859cad

#859cad #8588ad #85adaa

Monochromatic Colors of #859cad

#859cad

Complementary Color

#859cad #ad9685

#859cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#859cad Color CSS Codes

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

#859cad Text Font Color

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

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


#859cad Background Color

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

This div background color is #859cad


#859cad Border Color

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

This div border color is #859cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859cad


Comments

No comments written yet.

Please login to write comment.