Color Hex Logo

#86df40 Color Hex

#86DF40
(134,223,64)
0 Favorites   0 Comments

Color spaces of #86df40

RGB 13422364
HSL0.260.710.56
HSV94°71°87°
CMYK 0.400.000.71   0.13
XYZ37.144658.213914.1292
Yxy58.21390.33930.5317
Hunter Lab76.2980-46.621442.4290
CIE-Lab80.8576-51.932065.7410

#86df40 color RGB value is (134,223,64).

#86df40 hex color red value is 134, green value is 223 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #86df40 hue: 0.26 , saturation: 0.71 and the lightness value of 86df40 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11011111 01000000
Octal 206 337 100
Decimal 134 223 64
Hex 86 DF 40

RGB Percentages of Color #86df40

%31.83
%52.97
%15.20

CMYK Percentages of Color #86df40

%40
%0
%71
%13

Triadic Colors of #86df40

#86df40 #4086df #df4086

Analogous Colors of #86df40

#86df40 #40df49 #d6df40

Monochromatic Colors of #86df40

#86df40

Complementary Color

#86df40 #9940df

#86df40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86df40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#86df40 Color CSS Codes

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

#86df40 Text Font Color

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

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


#86df40 Background Color

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

This div background color is #86df40


#86df40 Border Color

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

This div border color is #86df40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86df40


Comments

No comments written yet.

Please login to write comment.