Color Hex Logo

#868c73 Color Hex

#868C73
(134,140,115)
0 Favorites   0 Comments

Color spaces of #868c73

RGB 134140115
HSL0.210.100.50
HSV74°18°55°
CMYK 0.040.000.18   0.45
XYZ22.304125.062319.8816
Yxy25.06230.33170.3727
Hunter Lab50.0623-8.082311.4973
CIE-Lab57.1361-6.838612.6321

#868c73 color RGB value is (134,140,115).

#868c73 hex color red value is 134, green value is 140 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #868c73 hue: 0.21 , saturation: 0.10 and the lightness value of 868c73 is 0.50.

The process color (four color CMYK) of #868c73 color hex is 0.04, 0.00, 0.18, 0.45. Web safe color of #868c73 is #999966. Color #868c73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001100 01110011
Octal 206 214 163
Decimal 134 140 115
Hex 86 8C 73

RGB Percentages of Color #868c73

%34.45
%35.99
%29.56

CMYK Percentages of Color #868c73

%4
%0
%18
%45

Triadic Colors of #868c73

#868c73 #73868c #8c7386

Analogous Colors of #868c73

#868c73 #7a8c73 #8c8673

Monochromatic Colors of #868c73

#868c73

Complementary Color

#868c73 #79738c

#868c73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868c73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#868c73 Color CSS Codes

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

#868c73 Text Font Color

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

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


#868c73 Background Color

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

This div background color is #868c73


#868c73 Border Color

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

This div border color is #868c73


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,140,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #868c73; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #868c73;
  -webkit-box-shadow: 1px 1px 3px 2px #868c73;
  box-shadow:         1px 1px 3px 2px #868c73; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868c73


Comments

No comments written yet.

Please login to write comment.