Color Hex Logo

#959286 Color Hex

#959286
(149,146,134)
0 Favorites   0 Comments

Color spaces of #959286

RGB 149146134
HSL0.130.070.55
HSV48°10°58°
CMYK 0.000.020.10   0.42
XYZ26.976428.668626.6660
Yxy28.66860.32770.3483
Hunter Lab53.5431-3.76747.9520
CIE-Lab60.4880-1.10176.7456

#959286 color RGB value is (149,146,134).

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

The process color (four color CMYK) of #959286 color hex is 0.00, 0.02, 0.10, 0.42. Web safe color of #959286 is #999999. Color #959286 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010010 10000110
Octal 225 222 206
Decimal 149 146 134
Hex 95 92 86

RGB Percentages of Color #959286

%34.73
%34.03
%31.24

CMYK Percentages of Color #959286

%0
%2
%10
%42

Triadic Colors of #959286

#959286 #869592 #928695

Analogous Colors of #959286

#959286 #919586 #958b86

Monochromatic Colors of #959286

#959286

Complementary Color

#959286 #868995

#959286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#959286 Color CSS Codes

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

#959286 Text Font Color

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

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


#959286 Background Color

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

This div background color is #959286


#959286 Border Color

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

This div border color is #959286


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,146,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 #959286">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959286


Comments

No comments written yet.

Please login to write comment.