Color Hex Logo

#859eaf Color Hex

#859EAF
(133,158,175)
0 Favorites   0 Comments

Color spaces of #859eaf

RGB 133158175
HSL0.570.210.60
HSV204°24°69°
CMYK 0.240.100.00   0.31
XYZ29.637632.535445.2753
Yxy32.53540.27580.3028
Hunter Lab57.0398-7.0720-7.1335
CIE-Lab63.7829-4.8359-11.7216

#859eaf color RGB value is (133,158,175).

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

The process color (four color CMYK) of #859eaf color hex is 0.24, 0.10, 0.00, 0.31. Web safe color of #859eaf is #999999. Color #859eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011110 10101111
Octal 205 236 257
Decimal 133 158 175
Hex 85 9E AF

RGB Percentages of Color #859eaf

%28.54
%33.91
%37.55

CMYK Percentages of Color #859eaf

%24
%10
%0
%31

Triadic Colors of #859eaf

#859eaf #af859e #9eaf85

Analogous Colors of #859eaf

#859eaf #8589af #85afab

Monochromatic Colors of #859eaf

#859eaf

Complementary Color

#859eaf #af9685

#859eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#859eaf Color CSS Codes

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

#859eaf Text Font Color

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

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


#859eaf Background Color

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

This div background color is #859eaf


#859eaf Border Color

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

This div border color is #859eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859eaf


Comments

No comments written yet.

Please login to write comment.