Color Hex Logo

#868c74 Color Hex

#868C74
(134,140,116)
0 Favorites   0 Comments

Color spaces of #868c74

RGB 134140116
HSL0.210.090.50
HSV75°17°55°
CMYK 0.040.000.17   0.45
XYZ22.362025.085520.1864
Yxy25.08550.33060.3709
Hunter Lab50.0854-7.953311.1636
CIE-Lab57.1586-6.669212.0941

#868c74 color RGB value is (134,140,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001100 01110100
Octal 206 214 164
Decimal 134 140 116
Hex 86 8C 74

RGB Percentages of Color #868c74

%34.36
%35.90
%29.74

CMYK Percentages of Color #868c74

%4
%0
%17
%45

Triadic Colors of #868c74

#868c74 #74868c #8c7486

Analogous Colors of #868c74

#868c74 #7a8c74 #8c8674

Monochromatic Colors of #868c74

#868c74

Complementary Color

#868c74 #7a748c

#868c74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868c74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#868c74 Color CSS Codes

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

#868c74 Text Font Color

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

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


#868c74 Background Color

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

This div background color is #868c74


#868c74 Border Color

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

This div border color is #868c74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868c74


Comments

No comments written yet.

Please login to write comment.