Color Hex Logo

#968c93 Color Hex

#968C93
(150,140,147)
0 Favorites   0 Comments

Color spaces of #968c93

RGB 150140147
HSL0.880.050.57
HSV318°59°
CMYK 0.000.070.02   0.41
XYZ27.222227.346831.4475
Yxy27.34680.31650.3179
Hunter Lab52.29421.40500.9514
CIE-Lab59.29405.0402-2.3850

#968c93 color RGB value is (150,140,147).

#968c93 hex color red value is 150, green value is 140 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #968c93 hue: 0.88 , saturation: 0.05 and the lightness value of 968c93 is 0.57.

The process color (four color CMYK) of #968c93 color hex is 0.00, 0.07, 0.02, 0.41. Web safe color of #968c93 is #999999. Color #968c93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001100 10010011
Octal 226 214 223
Decimal 150 140 147
Hex 96 8C 93

RGB Percentages of Color #968c93

%34.32
%32.04
%33.64

CMYK Percentages of Color #968c93

%0
%7
%2
%41

Triadic Colors of #968c93

#968c93 #93968c #8c9396

Analogous Colors of #968c93

#968c93 #968c8e #948c96

Monochromatic Colors of #968c93

#968c93

Complementary Color

#968c93 #8c968f

#968c93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968c93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968c93 Color CSS Codes

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

#968c93 Text Font Color

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

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


#968c93 Background Color

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

This div background color is #968c93


#968c93 Border Color

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

This div border color is #968c93


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,140,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #968c93; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #968c93;
  -webkit-box-shadow: 1px 1px 3px 2px #968c93;
  box-shadow:         1px 1px 3px 2px #968c93; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968c93


Comments

No comments written yet.

Please login to write comment.