Color Hex Logo

#868c07 Color Hex

#868C07
(134,140,7)
0 Favorites   0 Comments

Color spaces of #868c07

RGB 1341407
HSL0.170.900.29
HSV63°95°55°
CMYK 0.040.000.95   0.45
XYZ19.248023.83983.7881
Yxy23.83980.41060.5086
Hunter Lab48.8260-15.078029.5783
CIE-Lab55.9270-16.410358.7216

#868c07 color RGB value is (134,140,7).

#868c07 hex color red value is 134, green value is 140 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #868c07 hue: 0.17 , saturation: 0.90 and the lightness value of 868c07 is 0.29.

The process color (four color CMYK) of #868c07 color hex is 0.04, 0.00, 0.95, 0.45. Web safe color of #868c07 is #999900. Color #868c07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001100 00000111
Octal 206 214 7
Decimal 134 140 7
Hex 86 8C 7

RGB Percentages of Color #868c07

%47.69
%49.82
%2.49

CMYK Percentages of Color #868c07

%4
%0
%95
%45

Triadic Colors of #868c07

#868c07 #07868c #8c0786

Analogous Colors of #868c07

#868c07 #448c07 #8c4f07

Monochromatic Colors of #868c07

#868c07

Complementary Color

#868c07 #0d078c

#868c07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868c07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#868c07 Color CSS Codes

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

#868c07 Text Font Color

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

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


#868c07 Background Color

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

This div background color is #868c07


#868c07 Border Color

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

This div border color is #868c07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868c07


Comments

No comments written yet.

Please login to write comment.