Color Hex Logo

#959888 Color Hex

#959888
(149,152,136)
0 Favorites   0 Comments

Color spaces of #959888

RGB 149152136
HSL0.200.070.56
HSV71°11°60°
CMYK 0.020.000.11   0.40
XYZ28.066630.623627.7242
Yxy30.62360.32480.3544
Hunter Lab55.3386-6.31109.0332
CIE-Lab62.1886-4.06368.0438

#959888 color RGB value is (149,152,136).

#959888 hex color red value is 149, green value is 152 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #959888 hue: 0.20 , saturation: 0.07 and the lightness value of 959888 is 0.56.

The process color (four color CMYK) of #959888 color hex is 0.02, 0.00, 0.11, 0.40. Web safe color of #959888 is #999999. Color #959888 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011000 10001000
Octal 225 230 210
Decimal 149 152 136
Hex 95 98 88

RGB Percentages of Color #959888

%34.10
%34.78
%31.12

CMYK Percentages of Color #959888

%2
%0
%11
%40

Triadic Colors of #959888

#959888 #889598 #988895

Analogous Colors of #959888

#959888 #8d9888 #989388

Monochromatic Colors of #959888

#959888

Complementary Color

#959888 #8b8898

#959888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#959888 Color CSS Codes

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

#959888 Text Font Color

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

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


#959888 Background Color

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

This div background color is #959888


#959888 Border Color

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

This div border color is #959888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959888


Comments

No comments written yet.

Please login to write comment.