Color Hex Logo

#86cf66 Color Hex

#86CF66
(134,207,102)
0 Favorites   0 Comments

Color spaces of #86cf66

RGB 134207102
HSL0.280.520.61
HSV102°51°81°
CMYK 0.350.000.51   0.19
XYZ34.542650.653320.5268
Yxy50.65330.32670.4791
Hunter Lab71.1711-37.915332.7197
CIE-Lab76.4685-41.756944.7495

#86cf66 color RGB value is (134,207,102).

#86cf66 hex color red value is 134, green value is 207 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #86cf66 hue: 0.28 , saturation: 0.52 and the lightness value of 86cf66 is 0.61.

The process color (four color CMYK) of #86cf66 color hex is 0.35, 0.00, 0.51, 0.19. Web safe color of #86cf66 is #99cc66. Color #86cf66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11001111 01100110
Octal 206 317 146
Decimal 134 207 102
Hex 86 CF 66

RGB Percentages of Color #86cf66

%30.25
%46.73
%23.02

CMYK Percentages of Color #86cf66

%35
%0
%51
%19

Triadic Colors of #86cf66

#86cf66 #6686cf #cf6686

Analogous Colors of #86cf66

#86cf66 #66cf7b #bbcf66

Monochromatic Colors of #86cf66

#86cf66

Complementary Color

#86cf66 #af66cf

#86cf66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86cf66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#86cf66 Color CSS Codes

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

#86cf66 Text Font Color

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

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


#86cf66 Background Color

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

This div background color is #86cf66


#86cf66 Border Color

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

This div border color is #86cf66


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,207,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 #86cf66">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86cf66


Comments

No comments written yet.

Please login to write comment.