Color Hex Logo

#958999 Color Hex

#958999
(149,137,153)
0 Favorites   0 Comments

Color spaces of #958999

RGB 149137153
HSL0.790.070.57
HSV285°10°60°
CMYK 0.030.100.00   0.40
XYZ27.089926.580833.8398
Yxy26.58080.30960.3037
Hunter Lab51.55663.5671-2.8261
CIE-Lab58.58437.5643-6.8793

#958999 color RGB value is (149,137,153).

#958999 hex color red value is 149, green value is 137 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #958999 hue: 0.79 , saturation: 0.07 and the lightness value of 958999 is 0.57.

The process color (four color CMYK) of #958999 color hex is 0.03, 0.10, 0.00, 0.40. Web safe color of #958999 is #999999. Color #958999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001001 10011001
Octal 225 211 231
Decimal 149 137 153
Hex 95 89 99

RGB Percentages of Color #958999

%33.94
%31.21
%34.85

CMYK Percentages of Color #958999

%3
%10
%0
%40

Triadic Colors of #958999

#958999 #999589 #899995

Analogous Colors of #958999

#958999 #998995 #8d8999

Monochromatic Colors of #958999

#958999

Complementary Color

#958999 #8d9989

#958999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#958999 Color CSS Codes

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

#958999 Text Font Color

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

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


#958999 Background Color

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

This div background color is #958999


#958999 Border Color

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

This div border color is #958999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958999


Comments

No comments written yet.

Please login to write comment.