Color Hex Logo

#86827e Color Hex

#86827E
(134,130,126)
0 Favorites   0 Comments

Color spaces of #86827e

RGB 134130126
HSL0.080.030.51
HSV30°53°
CMYK 0.000.030.06   0.47
XYZ21.580022.540022.9519
Yxy22.54000.32170.3361
Hunter Lab47.4763-1.94774.5703
CIE-Lab54.59530.73872.6880

#86827e color RGB value is (134,130,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10000010 01111110
Octal 206 202 176
Decimal 134 130 126
Hex 86 82 7E

RGB Percentages of Color #86827e

%34.36
%33.33
%32.31

CMYK Percentages of Color #86827e

%0
%3
%6
%47

Triadic Colors of #86827e

#86827e #7e8682 #827e86

Analogous Colors of #86827e

#86827e #86867e #867e7e

Monochromatic Colors of #86827e

#86827e

Complementary Color

#86827e #7e8286

#86827e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86827e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86827e Color CSS Codes

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

#86827e Text Font Color

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

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


#86827e Background Color

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

This div background color is #86827e


#86827e Border Color

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

This div border color is #86827e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86827e

#86827e Color Palettes


Comments

No comments written yet.

Please login to write comment.