Color Hex Logo

#86987d Color Hex

#86987D
(134,152,125)
0 Favorites   0 Comments

Color spaces of #86987d

RGB 134152125
HSL0.280.120.54
HSV100°18°60°
CMYK 0.120.000.18   0.40
XYZ24.761429.005523.6956
Yxy29.00550.31970.3744
Hunter Lab53.8568-12.181411.6136
CIE-Lab60.7865-11.639412.0904

#86987d color RGB value is (134,152,125).

#86987d hex color red value is 134, green value is 152 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #86987d hue: 0.28 , saturation: 0.12 and the lightness value of 86987d is 0.54.

The process color (four color CMYK) of #86987d color hex is 0.12, 0.00, 0.18, 0.40. Web safe color of #86987d is #999966. Color #86987d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10011000 01111101
Octal 206 230 175
Decimal 134 152 125
Hex 86 98 7D

RGB Percentages of Color #86987d

%32.60
%36.98
%30.41

CMYK Percentages of Color #86987d

%12
%0
%18
%40

Triadic Colors of #86987d

#86987d #7d8698 #987d86

Analogous Colors of #86987d

#86987d #7d9882 #94987d

Monochromatic Colors of #86987d

#86987d

Complementary Color

#86987d #8f7d98

#86987d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86987d Color Preview on White Background

Lorem ipsum dolor sit amet.

#86987d Color CSS Codes

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

#86987d Text Font Color

<p style="color:#86987d">Text here</p>

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


#86987d Background Color

<div style="background-color:#86987d">
Div content here</div>

This div background color is #86987d


#86987d Border Color

<div style="border:3px solid #86987d">
Div here</div>

This div border color is #86987d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86987d


Comments

No comments written yet.

Please login to write comment.