Color Hex Logo

#888134 Color Hex

#888134
(136,129,52)
0 Favorites   0 Comments

Color spaces of #888134

RGB 13612952
HSL0.150.450.37
HSV55°62°53°
CMYK 0.000.050.62   0.47
XYZ18.623421.18276.3559
Yxy21.18270.40340.4589
Hunter Lab46.0247-8.315024.0295
CIE-Lab53.1489-7.646441.6388

#888134 color RGB value is (136,129,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000001 00110100
Octal 210 201 64
Decimal 136 129 52
Hex 88 81 34

RGB Percentages of Color #888134

%42.90
%40.69
%16.40

CMYK Percentages of Color #888134

%0
%5
%62
%47

Triadic Colors of #888134

#888134 #348881 #813488

Analogous Colors of #888134

#888134 #658834 #885734

Monochromatic Colors of #888134

#888134

Complementary Color

#888134 #343b88

#888134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#888134 Color CSS Codes

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

#888134 Text Font Color

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

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


#888134 Background Color

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

This div background color is #888134


#888134 Border Color

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

This div border color is #888134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888134


Comments

No comments written yet.

Please login to write comment.