Color Hex Logo

#86d18d Color Hex

#86D18D
(134,209,141)
0 Favorites   0 Comments

Color spaces of #86d18d

RGB 134209141
HSL0.350.450.67
HSV126°36°82°
CMYK 0.360.000.33   0.18
XYZ37.439752.592333.3774
Yxy52.59230.30340.4262
Hunter Lab72.5205-34.758023.4763
CIE-Lab77.6337-37.070326.5843

#86d18d color RGB value is (134,209,141).

#86d18d hex color red value is 134, green value is 209 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #86d18d hue: 0.35 , saturation: 0.45 and the lightness value of 86d18d is 0.67.

The process color (four color CMYK) of #86d18d color hex is 0.36, 0.00, 0.33, 0.18. Web safe color of #86d18d is #99cc99. Color #86d18d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11010001 10001101
Octal 206 321 215
Decimal 134 209 141
Hex 86 D1 8D

RGB Percentages of Color #86d18d

%27.69
%43.18
%29.13

CMYK Percentages of Color #86d18d

%36
%0
%33
%18

Triadic Colors of #86d18d

#86d18d #8d86d1 #d18d86

Analogous Colors of #86d18d

#86d18d #86d1b3 #a5d186

Monochromatic Colors of #86d18d

#86d18d

Complementary Color

#86d18d #d186ca

#86d18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86d18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#86d18d Color CSS Codes

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

#86d18d Text Font Color

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

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


#86d18d Background Color

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

This div background color is #86d18d


#86d18d Border Color

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

This div border color is #86d18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86d18d


Comments

No comments written yet.

Please login to write comment.