Color Hex Logo

#888d99 Color Hex

#888D99
(136,141,153)
0 Favorites   0 Comments

Color spaces of #888d99

RGB 136141153
HSL0.620.080.57
HSV222°11°60°
CMYK 0.110.080.00   0.40
XYZ25.428026.583933.9280
Yxy26.58390.29590.3093
Hunter Lab51.5596-2.1972-2.9232
CIE-Lab58.58720.6806-6.9919

#888d99 color RGB value is (136,141,153).

#888d99 hex color red value is 136, green value is 141 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #888d99 hue: 0.62 , saturation: 0.08 and the lightness value of 888d99 is 0.57.

The process color (four color CMYK) of #888d99 color hex is 0.11, 0.08, 0.00, 0.40. Web safe color of #888d99 is #999999. Color #888d99 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001101 10011001
Octal 210 215 231
Decimal 136 141 153
Hex 88 8D 99

RGB Percentages of Color #888d99

%31.63
%32.79
%35.58

CMYK Percentages of Color #888d99

%11
%8
%0
%40

Triadic Colors of #888d99

#888d99 #99888d #8d9988

Analogous Colors of #888d99

#888d99 #8c8899 #889699

Monochromatic Colors of #888d99

#888d99

Complementary Color

#888d99 #999488

#888d99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888d99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#888d99 Color CSS Codes

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

#888d99 Text Font Color

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

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


#888d99 Background Color

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

This div background color is #888d99


#888d99 Border Color

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

This div border color is #888d99


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,141,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #888d99; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #888d99;
  -webkit-box-shadow: 1px 1px 3px 2px #888d99;
  box-shadow:         1px 1px 3px 2px #888d99; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,141,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 #888d99">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888d99


Comments

No comments written yet.

Please login to write comment.