Color Hex Logo

#88888e Color Hex

#88888E
(136,136,142)
0 Favorites   0 Comments

Color spaces of #88888e

RGB 136136142
HSL0.670.030.55
HSV240°56°
CMYK 0.040.040.00   0.44
XYZ23.840024.795629.1207
Yxy24.79560.30660.3189
Hunter Lab49.7952-1.68270.1833
CIE-Lab56.87571.2062-3.2100

#88888e color RGB value is (136,136,142).

#88888e hex color red value is 136, green value is 136 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #88888e hue: 0.67 , saturation: 0.03 and the lightness value of 88888e is 0.55.

The process color (four color CMYK) of #88888e color hex is 0.04, 0.04, 0.00, 0.44. Web safe color of #88888e is #999999. Color #88888e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001000 10001110
Octal 210 210 216
Decimal 136 136 142
Hex 88 88 8E

RGB Percentages of Color #88888e

%32.85
%32.85
%34.30

CMYK Percentages of Color #88888e

%4
%4
%0
%44

Triadic Colors of #88888e

#88888e #8e8888 #888e88

Analogous Colors of #88888e

#88888e #8b888e #888b8e

Monochromatic Colors of #88888e

#88888e

Complementary Color

#88888e #8e8e88

#88888e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88888e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88888e Color CSS Codes

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

#88888e Text Font Color

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

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


#88888e Background Color

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

This div background color is #88888e


#88888e Border Color

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

This div border color is #88888e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88888e

#88888e Color Palettes


Comments

No comments written yet.

Please login to write comment.