Color Hex Logo

#909996 Color Hex

#909996
(144,153,150)
0 Favorites   0 Comments

Color spaces of #909996

RGB 144153150
HSL0.440.040.58
HSV160°60°
CMYK 0.060.000.02   0.40
XYZ28.397930.913833.3244
Yxy30.91380.30660.3337
Hunter Lab55.6002-6.13113.3842
CIE-Lab62.4348-3.81980.4508

#909996 color RGB value is (144,153,150).

#909996 hex color red value is 144, green value is 153 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #909996 hue: 0.44 , saturation: 0.04 and the lightness value of 909996 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10011001 10010110
Octal 220 231 226
Decimal 144 153 150
Hex 90 99 96

RGB Percentages of Color #909996

%32.21
%34.23
%33.56

CMYK Percentages of Color #909996

%6
%0
%2
%40

Triadic Colors of #909996

#909996 #969099 #999690

Analogous Colors of #909996

#909996 #909899 #909992

Monochromatic Colors of #909996

#909996

Complementary Color

#909996 #999093

#909996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#909996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#909996 Color CSS Codes

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

#909996 Text Font Color

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

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


#909996 Background Color

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

This div background color is #909996


#909996 Border Color

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

This div border color is #909996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #909996


Comments

No comments written yet.

Please login to write comment.