Color Hex Logo

#86983c Color Hex

#86983C
(134,152,60)
0 Favorites   0 Comments

Color spaces of #86983c

RGB 13415260
HSL0.200.430.42
HSV72°61°60°
CMYK 0.120.000.61   0.40
XYZ21.875427.85108.4978
Yxy27.85100.37570.4783
Hunter Lab52.7740-18.364427.3948
CIE-Lab59.7539-20.111045.1405

#86983c color RGB value is (134,152,60).

#86983c hex color red value is 134, green value is 152 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #86983c hue: 0.20 , saturation: 0.43 and the lightness value of 86983c is 0.42.

The process color (four color CMYK) of #86983c color hex is 0.12, 0.00, 0.61, 0.40. Web safe color of #86983c is #999933. Color #86983c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10011000 00111100
Octal 206 230 74
Decimal 134 152 60
Hex 86 98 3C

RGB Percentages of Color #86983c

%38.73
%43.93
%17.34

CMYK Percentages of Color #86983c

%12
%0
%61
%40

Triadic Colors of #86983c

#86983c #3c8698 #983c86

Analogous Colors of #86983c

#86983c #58983c #987c3c

Monochromatic Colors of #86983c

#86983c

Complementary Color

#86983c #4e3c98

#86983c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86983c Color Preview on White Background

Lorem ipsum dolor sit amet.

#86983c Color CSS Codes

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

#86983c Text Font Color

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

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


#86983c Background Color

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

This div background color is #86983c


#86983c Border Color

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

This div border color is #86983c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,152,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86983c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86983c;
  -webkit-box-shadow: 1px 1px 3px 2px #86983c;
  box-shadow:         1px 1px 3px 2px #86983c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86983c


Comments

No comments written yet.

Please login to write comment.