Color Hex Logo

#868850 Color Hex

#868850
(134,136,80)
0 Favorites   0 Comments

Color spaces of #868850

RGB 13413680
HSL0.170.260.42
HSV62°41°53°
CMYK 0.010.000.41   0.47
XYZ20.083623.255811.0197
Yxy23.25580.36950.4278
Hunter Lab48.2243-10.053920.2087
CIE-Lab55.3348-9.668929.7874

#868850 color RGB value is (134,136,80).

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

The process color (four color CMYK) of #868850 color hex is 0.01, 0.00, 0.41, 0.47. Web safe color of #868850 is #999966. Color #868850 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001000 01010000
Octal 206 210 120
Decimal 134 136 80
Hex 86 88 50

RGB Percentages of Color #868850

%38.29
%38.86
%22.86

CMYK Percentages of Color #868850

%1
%0
%41
%47

Triadic Colors of #868850

#868850 #508688 #885086

Analogous Colors of #868850

#868850 #6a8850 #886e50

Monochromatic Colors of #868850

#868850

Complementary Color

#868850 #525088

#868850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#868850 Color CSS Codes

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

#868850 Text Font Color

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

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


#868850 Background Color

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

This div background color is #868850


#868850 Border Color

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

This div border color is #868850


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,136,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 #868850">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868850


Comments

No comments written yet.

Please login to write comment.