Color Hex Logo

#968998 Color Hex

#968998
(150,137,152)
0 Favorites   0 Comments

Color spaces of #968998

RGB 150137152
HSL0.810.070.57
HSV292°10°60°
CMYK 0.010.100.00   0.40
XYZ27.190826.642333.4151
Yxy26.64230.31160.3054
Hunter Lab51.61623.7034-2.2516
CIE-Lab58.64187.7246-6.2111

#968998 color RGB value is (150,137,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001001 10011000
Octal 226 211 230
Decimal 150 137 152
Hex 96 89 98

RGB Percentages of Color #968998

%34.17
%31.21
%34.62

CMYK Percentages of Color #968998

%1
%10
%0
%40

Triadic Colors of #968998

#968998 #989689 #899896

Analogous Colors of #968998

#968998 #988993 #8f8998

Monochromatic Colors of #968998

#968998

Complementary Color

#968998 #8b9889

#968998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968998 Color CSS Codes

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

#968998 Text Font Color

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

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


#968998 Background Color

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

This div background color is #968998


#968998 Border Color

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

This div border color is #968998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968998


Comments

No comments written yet.

Please login to write comment.