Color Hex Logo

#868511 Color Hex

#868511
(134,133,17)
0 Favorites   0 Comments

Color spaces of #868511

RGB 13413317
HSL0.170.770.30
HSV59°87°53°
CMYK 0.000.010.87   0.47
XYZ18.320221.88393.7887
Yxy21.88390.41640.4974
Hunter Lab46.7802-11.960827.9443
CIE-Lab53.9036-12.484255.2294

#868511 color RGB value is (134,133,17).

#868511 hex color red value is 134, green value is 133 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #868511 hue: 0.17 , saturation: 0.77 and the lightness value of 868511 is 0.30.

The process color (four color CMYK) of #868511 color hex is 0.00, 0.01, 0.87, 0.47. Web safe color of #868511 is #999900. Color #868511 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10000101 00010001
Octal 206 205 21
Decimal 134 133 17
Hex 86 85 11

RGB Percentages of Color #868511

%47.18
%46.83
%5.99

CMYK Percentages of Color #868511

%0
%1
%87
%47

Triadic Colors of #868511

#868511 #118685 #851186

Analogous Colors of #868511

#868511 #4d8611 #864a11

Monochromatic Colors of #868511

#868511

Complementary Color

#868511 #111286

#868511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#868511 Color CSS Codes

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

#868511 Text Font Color

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

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


#868511 Background Color

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

This div background color is #868511


#868511 Border Color

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

This div border color is #868511


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868511


Comments

No comments written yet.

Please login to write comment.