Color Hex Logo

#888120 Color Hex

#888120
(136,129,32)
0 Favorites   0 Comments

Color spaces of #888120

RGB 13612932
HSL0.160.620.33
HSV56°76°53°
CMYK 0.000.050.76   0.47
XYZ18.264321.03904.4648
Yxy21.03900.41730.4807
Hunter Lab45.8683-9.192626.3365
CIE-Lab52.9922-8.849649.9846

#888120 color RGB value is (136,129,32).

#888120 hex color red value is 136, green value is 129 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #888120 hue: 0.16 , saturation: 0.62 and the lightness value of 888120 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000001 00100000
Octal 210 201 40
Decimal 136 129 32
Hex 88 81 20

RGB Percentages of Color #888120

%45.79
%43.43
%10.77

CMYK Percentages of Color #888120

%0
%5
%76
%47

Triadic Colors of #888120

#888120 #208881 #812088

Analogous Colors of #888120

#888120 #5b8820 #884d20

Monochromatic Colors of #888120

#888120

Complementary Color

#888120 #202788

#888120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#888120 Color CSS Codes

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

#888120 Text Font Color

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

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


#888120 Background Color

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

This div background color is #888120


#888120 Border Color

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

This div border color is #888120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888120


Comments

No comments written yet.

Please login to write comment.