Color Hex Logo

#959885 Color Hex

#959885
(149,152,133)
0 Favorites   0 Comments

Color spaces of #959885

RGB 149152133
HSL0.190.080.56
HSV69°13°60°
CMYK 0.020.000.13   0.40
XYZ27.856330.539526.6168
Yxy30.53950.32770.3592
Hunter Lab55.2626-6.732610.1272
CIE-Lab62.1170-4.58859.6311

#959885 color RGB value is (149,152,133).

#959885 hex color red value is 149, green value is 152 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #959885 hue: 0.19 , saturation: 0.08 and the lightness value of 959885 is 0.56.

The process color (four color CMYK) of #959885 color hex is 0.02, 0.00, 0.13, 0.40. Web safe color of #959885 is #999999. Color #959885 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011000 10000101
Octal 225 230 205
Decimal 149 152 133
Hex 95 98 85

RGB Percentages of Color #959885

%34.33
%35.02
%30.65

CMYK Percentages of Color #959885

%2
%0
%13
%40

Triadic Colors of #959885

#959885 #859598 #988595

Analogous Colors of #959885

#959885 #8c9885 #989285

Monochromatic Colors of #959885

#959885

Complementary Color

#959885 #888598

#959885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#959885 Color CSS Codes

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

#959885 Text Font Color

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

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


#959885 Background Color

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

This div background color is #959885


#959885 Border Color

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

This div border color is #959885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959885


Comments

No comments written yet.

Please login to write comment.