Color Hex Logo

#948999 Color Hex

#948999
(148,137,153)
0 Favorites   0 Comments

Color spaces of #948999

RGB 148137153
HSL0.780.070.57
HSV281°10°60°
CMYK 0.030.100.00   0.40
XYZ26.908226.487133.8313
Yxy26.48710.30850.3037
Hunter Lab51.46563.2618-2.9488
CIE-Lab58.49657.2052-7.0193

#948999 color RGB value is (148,137,153).

#948999 hex color red value is 148, green value is 137 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #948999 hue: 0.78 , saturation: 0.07 and the lightness value of 948999 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001001 10011001
Octal 224 211 231
Decimal 148 137 153
Hex 94 89 99

RGB Percentages of Color #948999

%33.79
%31.28
%34.93

CMYK Percentages of Color #948999

%3
%10
%0
%40

Triadic Colors of #948999

#948999 #999489 #899994

Analogous Colors of #948999

#948999 #998996 #8c8999

Monochromatic Colors of #948999

#948999

Complementary Color

#948999 #8e9989

#948999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948999 Color CSS Codes

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

#948999 Text Font Color

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

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


#948999 Background Color

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

This div background color is #948999


#948999 Border Color

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

This div border color is #948999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948999


Comments

No comments written yet.

Please login to write comment.