Color Hex Logo

#968588 Color Hex

#968588
(150,133,136)
0 Favorites   0 Comments

Color spaces of #968588

RGB 150133136
HSL0.970.070.55
HSV349°11°59°
CMYK 0.000.110.09   0.41
XYZ25.409125.036726.7859
Yxy25.03670.32900.3242
Hunter Lab50.03673.07983.2862
CIE-Lab57.11126.96290.7361

#968588 color RGB value is (150,133,136).

#968588 hex color red value is 150, green value is 133 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #968588 hue: 0.97 , saturation: 0.07 and the lightness value of 968588 is 0.55.

The process color (four color CMYK) of #968588 color hex is 0.00, 0.11, 0.09, 0.41. Web safe color of #968588 is #999999. Color #968588 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000101 10001000
Octal 226 205 210
Decimal 150 133 136
Hex 96 85 88

RGB Percentages of Color #968588

%35.80
%31.74
%32.46

CMYK Percentages of Color #968588

%0
%11
%9
%41

Triadic Colors of #968588

#968588 #889685 #858896

Analogous Colors of #968588

#968588 #968b85 #968591

Monochromatic Colors of #968588

#968588

Complementary Color

#968588 #859693

#968588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968588 Color CSS Codes

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

#968588 Text Font Color

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

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


#968588 Background Color

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

This div background color is #968588


#968588 Border Color

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

This div border color is #968588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968588

#968588 Color Palettes


Comments

No comments written yet.

Please login to write comment.