Color Hex Logo

#86e479 Color Hex

#86E479
(134,228,121)
0 Favorites   0 Comments

Color spaces of #86e479

RGB 134228121
HSL0.310.660.68
HSV113°47°89°
CMYK 0.410.000.47   0.11
XYZ41.026161.935627.8816
Yxy61.93560.31360.4734
Hunter Lab78.6992-44.671034.0841
CIE-Lab82.8792-48.331943.4778

#86e479 color RGB value is (134,228,121).

#86e479 hex color red value is 134, green value is 228 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #86e479 hue: 0.31 , saturation: 0.66 and the lightness value of 86e479 is 0.68.

The process color (four color CMYK) of #86e479 color hex is 0.41, 0.00, 0.47, 0.11. Web safe color of #86e479 is #99cc66. Color #86e479 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11100100 01111001
Octal 206 344 171
Decimal 134 228 121
Hex 86 E4 79

RGB Percentages of Color #86e479

%27.74
%47.20
%25.05

CMYK Percentages of Color #86e479

%41
%0
%47
%11

Triadic Colors of #86e479

#86e479 #7986e4 #e47986

Analogous Colors of #86e479

#86e479 #79e4a2 #bce479

Monochromatic Colors of #86e479

#86e479

Complementary Color

#86e479 #d779e4

#86e479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86e479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#86e479 Color CSS Codes

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

#86e479 Text Font Color

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

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


#86e479 Background Color

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

This div background color is #86e479


#86e479 Border Color

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

This div border color is #86e479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86e479


Comments

No comments written yet.

Please login to write comment.