Color Hex Logo

#86f94d Color Hex

#86F94D
(134,249,77)
0 Favorites   0 Comments

Color spaces of #86f94d

RGB 13424977
HSL0.280.930.64
HSV100°69°98°
CMYK 0.460.000.69   0.02
XYZ45.046873.355518.8060
Yxy73.35550.32830.5346
Hunter Lab85.6478-56.000946.9350
CIE-Lab88.6170-61.102468.9937

#86f94d color RGB value is (134,249,77).

#86f94d hex color red value is 134, green value is 249 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #86f94d hue: 0.28 , saturation: 0.93 and the lightness value of 86f94d is 0.64.

The process color (four color CMYK) of #86f94d color hex is 0.46, 0.00, 0.69, 0.02. Web safe color of #86f94d is #99ff66. Color #86f94d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11111001 01001101
Octal 206 371 115
Decimal 134 249 77
Hex 86 F9 4D

RGB Percentages of Color #86f94d

%29.13
%54.13
%16.74

CMYK Percentages of Color #86f94d

%46
%0
%69
%2

Triadic Colors of #86f94d

#86f94d #4d86f9 #f94d86

Analogous Colors of #86f94d

#86f94d #4df96a #dcf94d

Monochromatic Colors of #86f94d

#86f94d

Complementary Color

#86f94d #c04df9

#86f94d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86f94d Color Preview on White Background

Lorem ipsum dolor sit amet.

#86f94d Color CSS Codes

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

#86f94d Text Font Color

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

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


#86f94d Background Color

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

This div background color is #86f94d


#86f94d Border Color

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

This div border color is #86f94d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86f94d


Comments

No comments written yet.

Please login to write comment.