Color Hex Logo

#858688 Color Hex

#858688
(133,134,136)
0 Favorites   0 Comments

Color spaces of #858688

RGB 133134136
HSL0.610.010.53
HSV220°53°
CMYK 0.020.010.00   0.47
XYZ22.641923.814326.6958
Yxy23.81430.30950.3255
Hunter Lab48.7999-2.58041.7256
CIE-Lab55.90140.0325-1.2090

#858688 color RGB value is (133,134,136).

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

The process color (four color CMYK) of #858688 color hex is 0.02, 0.01, 0.00, 0.47. Web safe color of #858688 is #999999. Color #858688 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000110 10001000
Octal 205 206 210
Decimal 133 134 136
Hex 85 86 88

RGB Percentages of Color #858688

%33.00
%33.25
%33.75

CMYK Percentages of Color #858688

%2
%1
%0
%47

Triadic Colors of #858688

#858688 #888586 #868885

Analogous Colors of #858688

#858688 #868588 #858888

Monochromatic Colors of #858688

#858688

Complementary Color

#858688 #888785

#858688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858688 Color CSS Codes

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

#858688 Text Font Color

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

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


#858688 Background Color

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

This div background color is #858688


#858688 Border Color

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

This div border color is #858688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858688


Comments

No comments written yet.

Please login to write comment.