Color Hex Logo

#968f88 Color Hex

#968F88
(150,143,136)
0 Favorites   0 Comments

Color spaces of #968f88

RGB 150143136
HSL0.080.060.56
HSV30°59°
CMYK 0.000.050.09   0.41
XYZ26.844127.906527.2642
Yxy27.90650.32730.3403
Hunter Lab52.8266-1.74096.3786
CIE-Lab59.80421.30804.6377

#968f88 color RGB value is (150,143,136).

#968f88 hex color red value is 150, green value is 143 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #968f88 hue: 0.08 , saturation: 0.06 and the lightness value of 968f88 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001111 10001000
Octal 226 217 210
Decimal 150 143 136
Hex 96 8F 88

RGB Percentages of Color #968f88

%34.97
%33.33
%31.70

CMYK Percentages of Color #968f88

%0
%5
%9
%41

Triadic Colors of #968f88

#968f88 #88968f #8f8896

Analogous Colors of #968f88

#968f88 #969688 #968888

Monochromatic Colors of #968f88

#968f88

Complementary Color

#968f88 #888f96

#968f88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968f88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968f88 Color CSS Codes

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

#968f88 Text Font Color

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

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


#968f88 Background Color

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

This div background color is #968f88


#968f88 Border Color

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

This div border color is #968f88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968f88


Comments

No comments written yet.

Please login to write comment.