Color Hex Logo

#948496 Color Hex

#948496
(148,132,150)
0 Favorites   0 Comments

Color spaces of #948496

RGB 148132150
HSL0.810.080.55
HSV293°12°59°
CMYK 0.010.120.00   0.41
XYZ25.969025.000432.3110
Yxy25.00040.31180.3002
Hunter Lab50.00045.2079-3.3138
CIE-Lab57.07589.4639-7.4085

#948496 color RGB value is (148,132,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000100 10010110
Octal 224 204 226
Decimal 148 132 150
Hex 94 84 96

RGB Percentages of Color #948496

%34.42
%30.70
%34.88

CMYK Percentages of Color #948496

%1
%12
%0
%41

Triadic Colors of #948496

#948496 #969484 #849694

Analogous Colors of #948496

#948496 #96848f #8b8496

Monochromatic Colors of #948496

#948496

Complementary Color

#948496 #869684

#948496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948496 Color CSS Codes

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

#948496 Text Font Color

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

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


#948496 Background Color

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

This div background color is #948496


#948496 Border Color

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

This div border color is #948496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948496


Comments

No comments written yet.

Please login to write comment.