Color Hex Logo

#86a60e Color Hex

#86A60E
(134,166,14)
0 Favorites   0 Comments

Color spaces of #86a60e

RGB 13416614
HSL0.200.840.35
HSV73°92°65°
CMYK 0.190.000.92   0.35
XYZ23.547032.37255.4229
Yxy32.37250.38390.5277
Hunter Lab56.8968-25.696534.1768
CIE-Lab63.6496-29.288663.7422

#86a60e color RGB value is (134,166,14).

#86a60e hex color red value is 134, green value is 166 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #86a60e hue: 0.20 , saturation: 0.84 and the lightness value of 86a60e is 0.35.

The process color (four color CMYK) of #86a60e color hex is 0.19, 0.00, 0.92, 0.35. Web safe color of #86a60e is #999900. Color #86a60e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10100110 00001110
Octal 206 246 16
Decimal 134 166 14
Hex 86 A6 E

RGB Percentages of Color #86a60e

%42.68
%52.87
%4.46

CMYK Percentages of Color #86a60e

%19
%0
%92
%35

Triadic Colors of #86a60e

#86a60e #0e86a6 #a60e86

Analogous Colors of #86a60e

#86a60e #3aa60e #a67a0e

Monochromatic Colors of #86a60e

#86a60e

Complementary Color

#86a60e #2e0ea6

#86a60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86a60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86a60e Color CSS Codes

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

#86a60e Text Font Color

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

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


#86a60e Background Color

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

This div background color is #86a60e


#86a60e Border Color

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

This div border color is #86a60e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,166,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86a60e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86a60e;
  -webkit-box-shadow: 1px 1px 3px 2px #86a60e;
  box-shadow:         1px 1px 3px 2px #86a60e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86a60e


Comments

No comments written yet.

Please login to write comment.