Color Hex Logo

#959399 Color Hex

#959399
(149,147,153)
0 Favorites   0 Comments

Color spaces of #959399

RGB 149147153
HSL0.720.030.59
HSV260°60°
CMYK 0.030.040.00   0.40
XYZ28.577929.556934.3358
Yxy29.55690.30900.3196
Hunter Lab54.3663-1.31150.6109
CIE-Lab61.27001.9056-2.9075

#959399 color RGB value is (149,147,153).

#959399 hex color red value is 149, green value is 147 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #959399 hue: 0.72 , saturation: 0.03 and the lightness value of 959399 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010011 10011001
Octal 225 223 231
Decimal 149 147 153
Hex 95 93 99

RGB Percentages of Color #959399

%33.18
%32.74
%34.08

CMYK Percentages of Color #959399

%3
%4
%0
%40

Triadic Colors of #959399

#959399 #999593 #939995

Analogous Colors of #959399

#959399 #989399 #939499

Monochromatic Colors of #959399

#959399

Complementary Color

#959399 #979993

#959399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#959399 Color CSS Codes

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

#959399 Text Font Color

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

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


#959399 Background Color

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

This div background color is #959399


#959399 Border Color

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

This div border color is #959399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959399


Comments

No comments written yet.

Please login to write comment.