Color Hex Logo

#86ed73 Color Hex

#86ED73
(134,237,115)
0 Favorites   0 Comments

Color spaces of #86ed73

RGB 134237115
HSL0.310.770.69
HSV111°51°93°
CMYK 0.430.000.51   0.07
XYZ43.210266.874526.8503
Yxy66.87450.31560.4884
Hunter Lab81.7768-48.791537.7767
CIE-Lab85.4405-52.782449.4795

#86ed73 color RGB value is (134,237,115).

#86ed73 hex color red value is 134, green value is 237 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #86ed73 hue: 0.31 , saturation: 0.77 and the lightness value of 86ed73 is 0.69.

The process color (four color CMYK) of #86ed73 color hex is 0.43, 0.00, 0.51, 0.07. Web safe color of #86ed73 is #99ff66. Color #86ed73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11101101 01110011
Octal 206 355 163
Decimal 134 237 115
Hex 86 ED 73

RGB Percentages of Color #86ed73

%27.57
%48.77
%23.66

CMYK Percentages of Color #86ed73

%43
%0
%51
%7

Triadic Colors of #86ed73

#86ed73 #7386ed #ed7386

Analogous Colors of #86ed73

#86ed73 #73ed9d #c3ed73

Monochromatic Colors of #86ed73

#86ed73

Complementary Color

#86ed73 #da73ed

#86ed73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86ed73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#86ed73 Color CSS Codes

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

#86ed73 Text Font Color

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

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


#86ed73 Background Color

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

This div background color is #86ed73


#86ed73 Border Color

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

This div border color is #86ed73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86ed73


Comments

No comments written yet.

Please login to write comment.