Color Hex Logo

#8bd86e Color Hex

#8BD86E
(139,216,110)
0 Favorites   0 Comments

Color spaces of #8bd86e

RGB 139216110
HSL0.290.580.64
HSV104°49°85°
CMYK 0.360.000.49   0.15
XYZ38.017855.726523.5044
Yxy55.72650.32420.4753
Hunter Lab74.6502-39.731533.5870
CIE-Lab79.4579-43.056644.6070

#8bd86e color RGB value is (139,216,110).

#8bd86e hex color red value is 139, green value is 216 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #8bd86e hue: 0.29 , saturation: 0.58 and the lightness value of 8bd86e is 0.64.

The process color (four color CMYK) of #8bd86e color hex is 0.36, 0.00, 0.49, 0.15. Web safe color of #8bd86e is #99cc66. Color #8bd86e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011000 01101110
Octal 213 330 156
Decimal 139 216 110
Hex 8B D8 6E

RGB Percentages of Color #8bd86e

%29.89
%46.45
%23.66

CMYK Percentages of Color #8bd86e

%36
%0
%49
%15

Triadic Colors of #8bd86e

#8bd86e #6e8bd8 #d86e8b

Analogous Colors of #8bd86e

#8bd86e #6ed886 #c0d86e

Monochromatic Colors of #8bd86e

#8bd86e

Complementary Color

#8bd86e #bb6ed8

#8bd86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bd86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bd86e Color CSS Codes

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

#8bd86e Text Font Color

<p style="color:#8bd86e">Text here</p>

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


#8bd86e Background Color

<div style="background-color:#8bd86e">
Div content here</div>

This div background color is #8bd86e


#8bd86e Border Color

<div style="border:3px solid #8bd86e">
Div here</div>

This div border color is #8bd86e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,216,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8bd86e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8bd86e;
  -webkit-box-shadow: 1px 1px 3px 2px #8bd86e;
  box-shadow:         1px 1px 3px 2px #8bd86e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,216,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bd86e


Comments

No comments written yet.

Please login to write comment.