Color Hex Logo

#888660 Color Hex

#888660
(136,134,96)
0 Favorites   0 Comments

Color spaces of #888660

RGB 13613496
HSL0.160.170.45
HSV57°29°53°
CMYK 0.000.010.29   0.47
XYZ20.789823.129014.4349
Yxy23.12900.35630.3964
Hunter Lab48.0926-6.998915.8691
CIE-Lab55.2050-5.658520.7873

#888660 color RGB value is (136,134,96).

#888660 hex color red value is 136, green value is 134 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #888660 hue: 0.16 , saturation: 0.17 and the lightness value of 888660 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000110 01100000
Octal 210 206 140
Decimal 136 134 96
Hex 88 86 60

RGB Percentages of Color #888660

%37.16
%36.61
%26.23

CMYK Percentages of Color #888660

%0
%1
%29
%47

Triadic Colors of #888660

#888660 #608886 #866088

Analogous Colors of #888660

#888660 #768860 #887260

Monochromatic Colors of #888660

#888660

Complementary Color

#888660 #606288

#888660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#888660 Color CSS Codes

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

#888660 Text Font Color

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

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


#888660 Background Color

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

This div background color is #888660


#888660 Border Color

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

This div border color is #888660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888660


Comments

No comments written yet.

Please login to write comment.