Color Hex Logo

#86df5f Color Hex

#86DF5F
(134,223,95)
0 Favorites   0 Comments

Color spaces of #86df5f

RGB 13422395
HSL0.280.670.62
HSV102°57°87°
CMYK 0.400.000.57   0.13
XYZ38.284858.669920.1331
Yxy58.66990.32700.5011
Hunter Lab76.5963-44.824638.0332
CIE-Lab81.1098-49.316453.4897

#86df5f color RGB value is (134,223,95).

#86df5f hex color red value is 134, green value is 223 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #86df5f hue: 0.28 , saturation: 0.67 and the lightness value of 86df5f is 0.62.

The process color (four color CMYK) of #86df5f color hex is 0.40, 0.00, 0.57, 0.13. Web safe color of #86df5f is #99cc66. Color #86df5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11011111 01011111
Octal 206 337 137
Decimal 134 223 95
Hex 86 DF 5F

RGB Percentages of Color #86df5f

%29.65
%49.34
%21.02

CMYK Percentages of Color #86df5f

%40
%0
%57
%13

Triadic Colors of #86df5f

#86df5f #5f86df #df5f86

Analogous Colors of #86df5f

#86df5f #5fdf78 #c6df5f

Monochromatic Colors of #86df5f

#86df5f

Complementary Color

#86df5f #b85fdf

#86df5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86df5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#86df5f Color CSS Codes

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

#86df5f Text Font Color

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

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


#86df5f Background Color

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

This div background color is #86df5f


#86df5f Border Color

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

This div border color is #86df5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86df5f


Comments

No comments written yet.

Please login to write comment.