Color Hex Logo

#968a93 Color Hex

#968A93
(150,138,147)
0 Favorites   0 Comments

Color spaces of #968a93

RGB 150138147
HSL0.880.050.56
HSV315°59°
CMYK 0.000.080.02   0.41
XYZ26.932626.767631.3509
Yxy26.76760.31670.3147
Hunter Lab51.73742.38010.2887
CIE-Lab58.75866.1749-3.1726

#968a93 color RGB value is (150,138,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001010 10010011
Octal 226 212 223
Decimal 150 138 147
Hex 96 8A 93

RGB Percentages of Color #968a93

%34.48
%31.72
%33.79

CMYK Percentages of Color #968a93

%0
%8
%2
%41

Triadic Colors of #968a93

#968a93 #93968a #8a9396

Analogous Colors of #968a93

#968a93 #968a8d #938a96

Monochromatic Colors of #968a93

#968a93

Complementary Color

#968a93 #8a968d

#968a93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968a93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968a93 Color CSS Codes

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

#968a93 Text Font Color

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

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


#968a93 Background Color

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

This div background color is #968a93


#968a93 Border Color

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

This div border color is #968a93


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,138,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 #968a93">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968a93


Comments

No comments written yet.

Please login to write comment.