Color Hex Logo

#858986 Color Hex

#858986
(133,137,134)
0 Favorites   0 Comments

Color spaces of #858986

RGB 133137134
HSL0.380.020.53
HSV135°54°
CMYK 0.030.000.02   0.46
XYZ22.921624.599126.0943
Yxy24.59910.31140.3342
Hunter Lab49.5975-4.30143.5245
CIE-Lab56.6827-2.06421.0854

#858986 color RGB value is (133,137,134).

#858986 hex color red value is 133, green value is 137 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #858986 hue: 0.38 , saturation: 0.02 and the lightness value of 858986 is 0.53.

The process color (four color CMYK) of #858986 color hex is 0.03, 0.00, 0.02, 0.46. Web safe color of #858986 is #999999. Color #858986 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001001 10000110
Octal 205 211 206
Decimal 133 137 134
Hex 85 89 86

RGB Percentages of Color #858986

%32.92
%33.91
%33.17

CMYK Percentages of Color #858986

%3
%0
%2
%46

Triadic Colors of #858986

#858986 #868589 #898685

Analogous Colors of #858986

#858986 #858988 #868985

Monochromatic Colors of #858986

#858986

Complementary Color

#858986 #898588

#858986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858986 Color CSS Codes

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

#858986 Text Font Color

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

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


#858986 Background Color

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

This div background color is #858986


#858986 Border Color

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

This div border color is #858986


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,137,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #858986; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #858986;
  -webkit-box-shadow: 1px 1px 3px 2px #858986;
  box-shadow:         1px 1px 3px 2px #858986; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858986


Comments

No comments written yet.

Please login to write comment.