Color Hex Logo

#96909d Color Hex

#96909D
(150,144,157)
0 Favorites   0 Comments

Color spaces of #96909d

RGB 150144157
HSL0.740.060.59
HSV268°62°
CMYK 0.040.080.00   0.38
XYZ28.636728.864935.9604
Yxy28.86490.30640.3088
Hunter Lab53.72611.1222-2.0763
CIE-Lab60.66224.7549-6.0694

#96909d color RGB value is (150,144,157).

#96909d hex color red value is 150, green value is 144 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #96909d hue: 0.74 , saturation: 0.06 and the lightness value of 96909d is 0.59.

The process color (four color CMYK) of #96909d color hex is 0.04, 0.08, 0.00, 0.38. Web safe color of #96909d is #999999. Color #96909d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10010000 10011101
Octal 226 220 235
Decimal 150 144 157
Hex 96 90 9D

RGB Percentages of Color #96909d

%33.26
%31.93
%34.81

CMYK Percentages of Color #96909d

%4
%8
%0
%38

Triadic Colors of #96909d

#96909d #9d9690 #909d96

Analogous Colors of #96909d

#96909d #9d909d #90919d

Monochromatic Colors of #96909d

#96909d

Complementary Color

#96909d #979d90

#96909d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96909d Color Preview on White Background

Lorem ipsum dolor sit amet.

#96909d Color CSS Codes

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

#96909d Text Font Color

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

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


#96909d Background Color

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

This div background color is #96909d


#96909d Border Color

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

This div border color is #96909d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,144,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96909d


Comments

No comments written yet.

Please login to write comment.