Color Hex Logo

#86df66 Color Hex

#86DF66
(134,223,102)
0 Favorites   0 Comments

Color spaces of #86df66

RGB 134223102
HSL0.290.650.64
HSV104°54°87°
CMYK 0.400.000.54   0.13
XYZ38.617558.803021.8851
Yxy58.80300.32370.4929
Hunter Lab76.6831-44.303136.7570
CIE-Lab81.1832-48.566250.4026

#86df66 color RGB value is (134,223,102).

#86df66 hex color red value is 134, green value is 223 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #86df66 hue: 0.29 , saturation: 0.65 and the lightness value of 86df66 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11011111 01100110
Octal 206 337 146
Decimal 134 223 102
Hex 86 DF 66

RGB Percentages of Color #86df66

%29.19
%48.58
%22.22

CMYK Percentages of Color #86df66

%40
%0
%54
%13

Triadic Colors of #86df66

#86df66 #6686df #df6686

Analogous Colors of #86df66

#86df66 #66df83 #c3df66

Monochromatic Colors of #86df66

#86df66

Complementary Color

#86df66 #bf66df

#86df66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86df66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#86df66 Color CSS Codes

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

#86df66 Text Font Color

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

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


#86df66 Background Color

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

This div background color is #86df66


#86df66 Border Color

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

This div border color is #86df66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86df66


Comments

No comments written yet.

Please login to write comment.