Color Hex Logo

#86946c Color Hex

#86946C
(134,148,108)
0 Favorites   0 Comments

Color spaces of #86946c

RGB 134148108
HSL0.230.160.50
HSV81°27°58°
CMYK 0.090.000.27   0.42
XYZ23.128227.330918.2438
Yxy27.33090.33660.3978
Hunter Lab52.2790-12.519815.9048
CIE-Lab59.2794-12.324419.5328

#86946c color RGB value is (134,148,108).

#86946c hex color red value is 134, green value is 148 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #86946c hue: 0.23 , saturation: 0.16 and the lightness value of 86946c is 0.50.

The process color (four color CMYK) of #86946c color hex is 0.09, 0.00, 0.27, 0.42. Web safe color of #86946c is #999966. Color #86946c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10010100 01101100
Octal 206 224 154
Decimal 134 148 108
Hex 86 94 6C

RGB Percentages of Color #86946c

%34.36
%37.95
%27.69

CMYK Percentages of Color #86946c

%9
%0
%27
%42

Triadic Colors of #86946c

#86946c #6c8694 #946c86

Analogous Colors of #86946c

#86946c #72946c #948e6c

Monochromatic Colors of #86946c

#86946c

Complementary Color

#86946c #7a6c94

#86946c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86946c Color Preview on White Background

Lorem ipsum dolor sit amet.

#86946c Color CSS Codes

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

#86946c Text Font Color

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

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


#86946c Background Color

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

This div background color is #86946c


#86946c Border Color

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

This div border color is #86946c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86946c


Comments

No comments written yet.

Please login to write comment.