Color Hex Logo

#86d696 Color Hex

#86D696
(134,214,150)
0 Favorites   0 Comments

Color spaces of #86d696

RGB 134214150
HSL0.370.490.68
HSV132°37°84°
CMYK 0.370.000.30   0.16
XYZ39.383155.363537.4647
Yxy55.36350.29790.4188
Hunter Lab74.4067-35.732422.2314
CIE-Lab79.2502-37.803024.0774

#86d696 color RGB value is (134,214,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11010110 10010110
Octal 206 326 226
Decimal 134 214 150
Hex 86 D6 96

RGB Percentages of Color #86d696

%26.91
%42.97
%30.12

CMYK Percentages of Color #86d696

%37
%0
%30
%16

Triadic Colors of #86d696

#86d696 #9686d6 #d69686

Analogous Colors of #86d696

#86d696 #86d6be #9ed686

Monochromatic Colors of #86d696

#86d696

Complementary Color

#86d696 #d686c6

#86d696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86d696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#86d696 Color CSS Codes

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

#86d696 Text Font Color

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

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


#86d696 Background Color

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

This div background color is #86d696


#86d696 Border Color

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

This div border color is #86d696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86d696


Comments

No comments written yet.

Please login to write comment.