Color Hex Logo

#86b080 Color Hex

#86B080
(134,176,128)
1 Favorites   0 Comments

Color spaces of #86b080

RGB 134176128
HSL0.310.230.60
HSV113°27°69°
CMYK 0.240.000.27   0.31
XYZ29.253137.677526.1528
Yxy37.67750.31430.4048
Hunter Lab61.3820-22.349917.7059
CIE-Lab67.7822-23.546920.1298

#86b080 color RGB value is (134,176,128).

#86b080 hex color red value is 134, green value is 176 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #86b080 hue: 0.31 , saturation: 0.23 and the lightness value of 86b080 is 0.60.

The process color (four color CMYK) of #86b080 color hex is 0.24, 0.00, 0.27, 0.31. Web safe color of #86b080 is #999999. Color #86b080 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10110000 10000000
Octal 206 260 200
Decimal 134 176 128
Hex 86 B0 80

RGB Percentages of Color #86b080

%30.59
%40.18
%29.22

CMYK Percentages of Color #86b080

%24
%0
%27
%31

Triadic Colors of #86b080

#86b080 #8086b0 #b08086

Analogous Colors of #86b080

#86b080 #80b092 #9eb080

Monochromatic Colors of #86b080

#86b080

Complementary Color

#86b080 #aa80b0

#86b080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86b080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#86b080 Color CSS Codes

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

#86b080 Text Font Color

<p style="color:#86b080">Text here</p>

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


#86b080 Background Color

<div style="background-color:#86b080">
Div content here</div>

This div background color is #86b080


#86b080 Border Color

<div style="border:3px solid #86b080">
Div here</div>

This div border color is #86b080


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,176,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86b080; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86b080;
  -webkit-box-shadow: 1px 1px 3px 2px #86b080;
  box-shadow:         1px 1px 3px 2px #86b080; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86b080


Comments

No comments written yet.

Please login to write comment.