Color Hex Logo

#868596 Color Hex

#868596
(134,133,150)
0 Favorites   0 Comments

Color spaces of #868596

RGB 134133150
HSL0.680.070.55
HSV244°11°59°
CMYK 0.110.110.00   0.41
XYZ23.724124.045432.2450
Yxy24.04540.29650.3005
Hunter Lab49.03610.5467-4.6624
CIE-Lab56.13323.8948-8.9428

#868596 color RGB value is (134,133,150).

#868596 hex color red value is 134, green value is 133 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #868596 hue: 0.68 , saturation: 0.07 and the lightness value of 868596 is 0.55.

The process color (four color CMYK) of #868596 color hex is 0.11, 0.11, 0.00, 0.41. Web safe color of #868596 is #999999. Color #868596 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10000101 10010110
Octal 206 205 226
Decimal 134 133 150
Hex 86 85 96

RGB Percentages of Color #868596

%32.13
%31.89
%35.97

CMYK Percentages of Color #868596

%11
%11
%0
%41

Triadic Colors of #868596

#868596 #968685 #859686

Analogous Colors of #868596

#868596 #8f8596 #858d96

Monochromatic Colors of #868596

#868596

Complementary Color

#868596 #959685

#868596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#868596 Color CSS Codes

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

#868596 Text Font Color

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

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


#868596 Background Color

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

This div background color is #868596


#868596 Border Color

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

This div border color is #868596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868596


Comments

No comments written yet.

Please login to write comment.