Color Hex Logo

#86ab9d Color Hex

#86AB9D
(134,171,157)
0 Favorites   0 Comments

Color spaces of #86ab9d

RGB 134171157
HSL0.440.180.60
HSV157°22°67°
CMYK 0.220.000.08   0.33
XYZ30.480236.628537.3618
Yxy36.62850.29180.3506
Hunter Lab60.5215-16.01535.7635
CIE-Lab66.9974-15.50813.0803

#86ab9d color RGB value is (134,171,157).

#86ab9d hex color red value is 134, green value is 171 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #86ab9d hue: 0.44 , saturation: 0.18 and the lightness value of 86ab9d is 0.60.

The process color (four color CMYK) of #86ab9d color hex is 0.22, 0.00, 0.08, 0.33. Web safe color of #86ab9d is #999999. Color #86ab9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101011 10011101
Octal 206 253 235
Decimal 134 171 157
Hex 86 AB 9D

RGB Percentages of Color #86ab9d

%29.00
%37.01
%33.98

CMYK Percentages of Color #86ab9d

%22
%0
%8
%33

Triadic Colors of #86ab9d

#86ab9d #9d86ab #ab9d86

Analogous Colors of #86ab9d

#86ab9d #86a7ab #86ab8b

Monochromatic Colors of #86ab9d

#86ab9d

Complementary Color

#86ab9d #ab8694

#86ab9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86ab9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#86ab9d Color CSS Codes

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

#86ab9d Text Font Color

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

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


#86ab9d Background Color

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

This div background color is #86ab9d


#86ab9d Border Color

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

This div border color is #86ab9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86ab9d


Comments

No comments written yet.

Please login to write comment.