Color Hex Logo

#86f73e Color Hex

#86F73E
(134,247,62)
0 Favorites   0 Comments

Color spaces of #86f73e

RGB 13424762
HSL0.270.920.61
HSV97°75°97°
CMYK 0.460.000.75   0.03
XYZ43.961871.937716.1258
Yxy71.93770.33300.5449
Hunter Lab84.8161-55.908248.0987
CIE-Lab87.9386-61.333673.3887

#86f73e color RGB value is (134,247,62).

#86f73e hex color red value is 134, green value is 247 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #86f73e hue: 0.27 , saturation: 0.92 and the lightness value of 86f73e is 0.61.

The process color (four color CMYK) of #86f73e color hex is 0.46, 0.00, 0.75, 0.03. Web safe color of #86f73e is #99ff33. Color #86f73e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11110111 00111110
Octal 206 367 76
Decimal 134 247 62
Hex 86 F7 3E

RGB Percentages of Color #86f73e

%30.25
%55.76
%14.00

CMYK Percentages of Color #86f73e

%46
%0
%75
%3

Triadic Colors of #86f73e

#86f73e #3e86f7 #f73e86

Analogous Colors of #86f73e

#86f73e #3ef752 #e3f73e

Monochromatic Colors of #86f73e

#86f73e

Complementary Color

#86f73e #af3ef7

#86f73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86f73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86f73e Color CSS Codes

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

#86f73e Text Font Color

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

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


#86f73e Background Color

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

This div background color is #86f73e


#86f73e Border Color

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

This div border color is #86f73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86f73e


Comments

No comments written yet.

Please login to write comment.