Color Hex Logo

#86fc7e Color Hex

#86FC7E
(134,252,126)
0 Favorites   0 Comments

Color spaces of #86fc7e

RGB 134252126
HSL0.320.950.74
HSV116°50°99°
CMYK 0.470.000.50   0.01
XYZ48.407876.195531.8945
Yxy76.19550.30930.4869
Hunter Lab87.2900-53.768139.4393
CIE-Lab89.9500-57.384549.8468

#86fc7e color RGB value is (134,252,126).

#86fc7e hex color red value is 134, green value is 252 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #86fc7e hue: 0.32 , saturation: 0.95 and the lightness value of 86fc7e is 0.74.

The process color (four color CMYK) of #86fc7e color hex is 0.47, 0.00, 0.50, 0.01. Web safe color of #86fc7e is #99ff66. Color #86fc7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11111100 01111110
Octal 206 374 176
Decimal 134 252 126
Hex 86 FC 7E

RGB Percentages of Color #86fc7e

%26.17
%49.22
%24.61

CMYK Percentages of Color #86fc7e

%47
%0
%50
%1

Triadic Colors of #86fc7e

#86fc7e #7e86fc #fc7e86

Analogous Colors of #86fc7e

#86fc7e #7efcb5 #c5fc7e

Monochromatic Colors of #86fc7e

#86fc7e

Complementary Color

#86fc7e #f47efc

#86fc7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86fc7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86fc7e Color CSS Codes

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

#86fc7e Text Font Color

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

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


#86fc7e Background Color

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

This div background color is #86fc7e


#86fc7e Border Color

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

This div border color is #86fc7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86fc7e

Related Colors


Comments

No comments written yet.

Please login to write comment.