Color Hex Logo

#968499 Color Hex

#968499
(150,132,153)
0 Favorites   0 Comments

Color spaces of #968499

RGB 150132153
HSL0.810.090.56
HSV291°14°60°
CMYK 0.020.140.00   0.40
XYZ26.578725.286533.6169
Yxy25.28650.31090.2958
Hunter Lab50.28576.3469-4.4365
CIE-Lab57.353510.7865-8.7033

#968499 color RGB value is (150,132,153).

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

The process color (four color CMYK) of #968499 color hex is 0.02, 0.14, 0.00, 0.40. Web safe color of #968499 is #999999. Color #968499 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000100 10011001
Octal 226 204 231
Decimal 150 132 153
Hex 96 84 99

RGB Percentages of Color #968499

%34.48
%30.34
%35.17

CMYK Percentages of Color #968499

%2
%14
%0
%40

Triadic Colors of #968499

#968499 #999684 #849996

Analogous Colors of #968499

#968499 #998492 #8c8499

Monochromatic Colors of #968499

#968499

Complementary Color

#968499 #879984

#968499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968499 Color CSS Codes

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

#968499 Text Font Color

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

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


#968499 Background Color

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

This div background color is #968499


#968499 Border Color

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

This div border color is #968499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968499


Comments

No comments written yet.

Please login to write comment.