Color Hex Logo

#859fae Color Hex

#859FAE
(133,159,174)
0 Favorites   0 Comments

Color spaces of #859fae

RGB 133159174
HSL0.560.200.60
HSV202°24°68°
CMYK 0.240.090.00   0.32
XYZ29.711032.838844.8170
Yxy32.83880.27670.3059
Hunter Lab57.3051-7.7371-6.2557
CIE-Lab64.0302-5.6219-10.7900

#859fae color RGB value is (133,159,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011111 10101110
Octal 205 237 256
Decimal 133 159 174
Hex 85 9F AE

RGB Percentages of Color #859fae

%28.54
%34.12
%37.34

CMYK Percentages of Color #859fae

%24
%9
%0
%32

Triadic Colors of #859fae

#859fae #ae859f #9fae85

Analogous Colors of #859fae

#859fae #858bae #85aea9

Monochromatic Colors of #859fae

#859fae

Complementary Color

#859fae #ae9485

#859fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#859fae Color CSS Codes

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

#859fae Text Font Color

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

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


#859fae Background Color

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

This div background color is #859fae


#859fae Border Color

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

This div border color is #859fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859fae


Comments

No comments written yet.

Please login to write comment.