Color Hex Logo

#86e41e Color Hex

#86E41E
(134,228,30)
0 Favorites   0 Comments

Color spaces of #86e41e

RGB 13422830
HSL0.250.790.51
HSV88°87°89°
CMYK 0.410.000.87   0.11
XYZ37.809360.648910.9419
Yxy60.64890.34560.5544
Hunter Lab77.8774-49.624146.1838
CIE-Lab82.1896-55.506076.3086

#86e41e color RGB value is (134,228,30).

#86e41e hex color red value is 134, green value is 228 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #86e41e hue: 0.25 , saturation: 0.79 and the lightness value of 86e41e is 0.51.

The process color (four color CMYK) of #86e41e color hex is 0.41, 0.00, 0.87, 0.11. Web safe color of #86e41e is #99cc33. Color #86e41e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11100100 00011110
Octal 206 344 36
Decimal 134 228 30
Hex 86 E4 1E

RGB Percentages of Color #86e41e

%34.18
%58.16
%7.65

CMYK Percentages of Color #86e41e

%41
%0
%87
%11

Triadic Colors of #86e41e

#86e41e #1e86e4 #e41e86

Analogous Colors of #86e41e

#86e41e #23e41e #e4df1e

Monochromatic Colors of #86e41e

#86e41e

Complementary Color

#86e41e #7c1ee4

#86e41e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86e41e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86e41e Color CSS Codes

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

#86e41e Text Font Color

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

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


#86e41e Background Color

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

This div background color is #86e41e


#86e41e Border Color

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

This div border color is #86e41e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86e41e


Comments

No comments written yet.

Please login to write comment.