Color Hex Logo

#96867d Color Hex

#96867D
(150,134,125)
0 Favorites   0 Comments

Color spaces of #96867d

RGB 150134125
HSL0.060.110.54
HSV22°17°59°
CMYK 0.000.110.17   0.41
XYZ24.804425.014922.9231
Yxy25.01490.34100.3439
Hunter Lab50.01490.99937.8363
CIE-Lab57.08994.47877.0388

#96867d color RGB value is (150,134,125).

#96867d hex color red value is 150, green value is 134 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #96867d hue: 0.06 , saturation: 0.11 and the lightness value of 96867d is 0.54.

The process color (four color CMYK) of #96867d color hex is 0.00, 0.11, 0.17, 0.41. Web safe color of #96867d is #999966. Color #96867d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000110 01111101
Octal 226 206 175
Decimal 150 134 125
Hex 96 86 7D

RGB Percentages of Color #96867d

%36.67
%32.76
%30.56

CMYK Percentages of Color #96867d

%0
%11
%17
%41

Triadic Colors of #96867d

#96867d #7d9686 #867d96

Analogous Colors of #96867d

#96867d #96937d #967d81

Monochromatic Colors of #96867d

#96867d

Complementary Color

#96867d #7d8d96

#96867d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96867d Color Preview on White Background

Lorem ipsum dolor sit amet.

#96867d Color CSS Codes

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

#96867d Text Font Color

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

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


#96867d Background Color

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

This div background color is #96867d


#96867d Border Color

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

This div border color is #96867d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,134,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96867d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96867d;
  -webkit-box-shadow: 1px 1px 3px 2px #96867d;
  box-shadow:         1px 1px 3px 2px #96867d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96867d


Comments

No comments written yet.

Please login to write comment.