Color Hex Logo

#888550 Color Hex

#888550
(136,133,80)
0 Favorites   0 Comments

Color spaces of #888550

RGB 13613380
HSL0.160.260.42
HSV57°41°53°
CMYK 0.000.020.41   0.47
XYZ19.988822.588510.8959
Yxy22.58850.37380.4224
Hunter Lab47.5274-8.100319.6766
CIE-Lab54.6459-7.168728.9499

#888550 color RGB value is (136,133,80).

#888550 hex color red value is 136, green value is 133 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #888550 hue: 0.16 , saturation: 0.26 and the lightness value of 888550 is 0.42.

The process color (four color CMYK) of #888550 color hex is 0.00, 0.02, 0.41, 0.47. Web safe color of #888550 is #999966. Color #888550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000101 01010000
Octal 210 205 120
Decimal 136 133 80
Hex 88 85 50

RGB Percentages of Color #888550

%38.97
%38.11
%22.92

CMYK Percentages of Color #888550

%0
%2
%41
%47

Triadic Colors of #888550

#888550 #508885 #855088

Analogous Colors of #888550

#888550 #6f8850 #886950

Monochromatic Colors of #888550

#888550

Complementary Color

#888550 #505388

#888550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#888550 Color CSS Codes

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

#888550 Text Font Color

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

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


#888550 Background Color

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

This div background color is #888550


#888550 Border Color

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

This div border color is #888550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888550


Comments

No comments written yet.

Please login to write comment.