Color Hex Logo

#8bde5e Color Hex

#8BDE5E
(139,222,94)
0 Favorites   0 Comments

Color spaces of #8bde5e

RGB 13922294
HSL0.270.660.62
HSV99°58°87°
CMYK 0.370.000.58   0.13
XYZ38.789158.539719.8446
Yxy58.53970.33100.4996
Hunter Lab76.5112-43.400138.1799
CIE-Lab81.0379-47.392353.9126

#8bde5e color RGB value is (139,222,94).

#8bde5e hex color red value is 139, green value is 222 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #8bde5e hue: 0.27 , saturation: 0.66 and the lightness value of 8bde5e is 0.62.

The process color (four color CMYK) of #8bde5e color hex is 0.37, 0.00, 0.58, 0.13. Web safe color of #8bde5e is #99cc66. Color #8bde5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011110 01011110
Octal 213 336 136
Decimal 139 222 94
Hex 8B DE 5E

RGB Percentages of Color #8bde5e

%30.55
%48.79
%20.66

CMYK Percentages of Color #8bde5e

%37
%0
%58
%13

Triadic Colors of #8bde5e

#8bde5e #5e8bde #de5e8b

Analogous Colors of #8bde5e

#8bde5e #5ede71 #cbde5e

Monochromatic Colors of #8bde5e

#8bde5e

Complementary Color

#8bde5e #b15ede

#8bde5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bde5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bde5e Color CSS Codes

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

#8bde5e Text Font Color

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

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


#8bde5e Background Color

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

This div background color is #8bde5e


#8bde5e Border Color

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

This div border color is #8bde5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bde5e


Comments

No comments written yet.

Please login to write comment.