Color Hex Logo

#888142 Color Hex

#888142
(136,129,66)
0 Favorites   0 Comments

Color spaces of #888142

RGB 13612966
HSL0.150.350.40
HSV54°51°53°
CMYK 0.000.050.51   0.47
XYZ18.987021.32818.2703
Yxy21.32810.39080.4390
Hunter Lab46.1824-7.432221.7100
CIE-Lab53.3067-6.449034.7943

#888142 color RGB value is (136,129,66).

#888142 hex color red value is 136, green value is 129 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #888142 hue: 0.15 , saturation: 0.35 and the lightness value of 888142 is 0.40.

The process color (four color CMYK) of #888142 color hex is 0.00, 0.05, 0.51, 0.47. Web safe color of #888142 is #999933. Color #888142 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000001 01000010
Octal 210 201 102
Decimal 136 129 66
Hex 88 81 42

RGB Percentages of Color #888142

%41.09
%38.97
%19.94

CMYK Percentages of Color #888142

%0
%5
%51
%47

Triadic Colors of #888142

#888142 #428881 #814288

Analogous Colors of #888142

#888142 #6c8842 #885e42

Monochromatic Colors of #888142

#888142

Complementary Color

#888142 #424988

#888142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#888142 Color CSS Codes

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

#888142 Text Font Color

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

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


#888142 Background Color

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

This div background color is #888142


#888142 Border Color

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

This div border color is #888142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888142


Comments

No comments written yet.

Please login to write comment.