Color Hex Logo

#86827f Color Hex

#86827F
(134,130,127)
1 Favorites   0 Comments

Color spaces of #86827f

RGB 134130127
HSL0.070.030.51
HSV26°53°
CMYK 0.000.030.05   0.47
XYZ21.644922.565923.2935
Yxy22.56590.32060.3343
Hunter Lab47.5036-1.79814.1795
CIE-Lab54.62240.92772.1470

#86827f color RGB value is (134,130,127).

#86827f hex color red value is 134, green value is 130 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #86827f hue: 0.07 , saturation: 0.03 and the lightness value of 86827f is 0.51.

The process color (four color CMYK) of #86827f color hex is 0.00, 0.03, 0.05, 0.47. Web safe color of #86827f is #999966. Color #86827f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10000010 01111111
Octal 206 202 177
Decimal 134 130 127
Hex 86 82 7F

RGB Percentages of Color #86827f

%34.27
%33.25
%32.48

CMYK Percentages of Color #86827f

%0
%3
%5
%47

Triadic Colors of #86827f

#86827f #7f8682 #827f86

Analogous Colors of #86827f

#86827f #86867f #867f80

Monochromatic Colors of #86827f

#86827f

Complementary Color

#86827f #7f8386

#86827f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86827f Color Preview on White Background

Lorem ipsum dolor sit amet.

#86827f Color CSS Codes

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

#86827f Text Font Color

<p style="color:#86827f">Text here</p>

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


#86827f Background Color

<div style="background-color:#86827f">
Div content here</div>

This div background color is #86827f


#86827f Border Color

<div style="border:3px solid #86827f">
Div here</div>

This div border color is #86827f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,130,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86827f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86827f;
  -webkit-box-shadow: 1px 1px 3px 2px #86827f;
  box-shadow:         1px 1px 3px 2px #86827f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86827f


Comments

No comments written yet.

Please login to write comment.