Color Hex Logo

#948996 Color Hex

#948996
(148,137,150)
0 Favorites   0 Comments

Color spaces of #948996

RGB 148137150
HSL0.810.060.56
HSV291°59°
CMYK 0.010.090.00   0.41
XYZ26.663426.389232.5425
Yxy26.38920.31150.3083
Hunter Lab51.37042.7507-1.6002
CIE-Lab58.40466.6026-5.4353

#948996 color RGB value is (148,137,150).

#948996 hex color red value is 148, green value is 137 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #948996 hue: 0.81 , saturation: 0.06 and the lightness value of 948996 is 0.56.

The process color (four color CMYK) of #948996 color hex is 0.01, 0.09, 0.00, 0.41. Web safe color of #948996 is #999999. Color #948996 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001001 10010110
Octal 224 211 226
Decimal 148 137 150
Hex 94 89 96

RGB Percentages of Color #948996

%34.02
%31.49
%34.48

CMYK Percentages of Color #948996

%1
%9
%0
%41

Triadic Colors of #948996

#948996 #969489 #899694

Analogous Colors of #948996

#948996 #968992 #8e8996

Monochromatic Colors of #948996

#948996

Complementary Color

#948996 #8b9689

#948996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948996 Color CSS Codes

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

#948996 Text Font Color

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

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


#948996 Background Color

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

This div background color is #948996


#948996 Border Color

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

This div border color is #948996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948996


Comments

No comments written yet.

Please login to write comment.