Color Hex Logo

#888688 Color Hex

#888688
(136,134,136)
0 Favorites   0 Comments

Color spaces of #888688

RGB 136134136
HSL0.830.010.53
HSV300°53°
CMYK 0.000.010.00   0.47
XYZ23.122424.062026.7183
Yxy24.06200.31290.3256
Hunter Lab49.0530-1.70232.0429
CIE-Lab56.14981.1389-0.8158

#888688 color RGB value is (136,134,136).

#888688 hex color red value is 136, green value is 134 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #888688 hue: 0.83 , saturation: 0.01 and the lightness value of 888688 is 0.53.

The process color (four color CMYK) of #888688 color hex is 0.00, 0.01, 0.00, 0.47. Web safe color of #888688 is #999999. Color #888688 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000110 10001000
Octal 210 206 210
Decimal 136 134 136
Hex 88 86 88

RGB Percentages of Color #888688

%33.50
%33.00
%33.50

CMYK Percentages of Color #888688

%0
%1
%0
%47

Triadic Colors of #888688

#888688 #888886 #868888

Analogous Colors of #888688

#888688 #888687 #878688

Monochromatic Colors of #888688

#888688

Complementary Color

#888688 #868886

#888688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#888688 Color CSS Codes

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

#888688 Text Font Color

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

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


#888688 Background Color

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

This div background color is #888688


#888688 Border Color

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

This div border color is #888688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888688


Comments

No comments written yet.

Please login to write comment.