Color Hex Logo

#86d799 Color Hex

#86D799
(134,215,153)
0 Favorites   0 Comments

Color spaces of #86d799

RGB 134215153
HSL0.370.500.68
HSV134°38°84°
CMYK 0.380.000.29   0.16
XYZ39.881755.969138.8381
Yxy55.96910.29610.4155
Hunter Lab74.8125-35.765521.5890
CIE-Lab79.5962-37.728122.9820

#86d799 color RGB value is (134,215,153).

#86d799 hex color red value is 134, green value is 215 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #86d799 hue: 0.37 , saturation: 0.50 and the lightness value of 86d799 is 0.68.

The process color (four color CMYK) of #86d799 color hex is 0.38, 0.00, 0.29, 0.16. Web safe color of #86d799 is #99cc99. Color #86d799 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11010111 10011001
Octal 206 327 231
Decimal 134 215 153
Hex 86 D7 99

RGB Percentages of Color #86d799

%26.69
%42.83
%30.48

CMYK Percentages of Color #86d799

%38
%0
%29
%16

Triadic Colors of #86d799

#86d799 #9986d7 #d79986

Analogous Colors of #86d799

#86d799 #86d7c2 #9cd786

Monochromatic Colors of #86d799

#86d799

Complementary Color

#86d799 #d786c4

#86d799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86d799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#86d799 Color CSS Codes

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

#86d799 Text Font Color

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

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


#86d799 Background Color

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

This div background color is #86d799


#86d799 Border Color

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

This div border color is #86d799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86d799


Comments

No comments written yet.

Please login to write comment.