Color Hex Logo

#8ebe5d Color Hex

#8EBE5D
(142,190,93)
0 Favorites   0 Comments

Color spaces of #8ebe5d

RGB 14219093
HSL0.250.430.55
HSV90°51°75°
CMYK 0.250.000.51   0.25
XYZ31.544643.368017.0642
Yxy43.36800.34300.4715
Hunter Lab65.8544-29.742730.7348
CIE-Lab71.8040-32.288143.5565

#8ebe5d color RGB value is (142,190,93).

#8ebe5d hex color red value is 142, green value is 190 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #8ebe5d hue: 0.25 , saturation: 0.43 and the lightness value of 8ebe5d is 0.55.

The process color (four color CMYK) of #8ebe5d color hex is 0.25, 0.00, 0.51, 0.25. Web safe color of #8ebe5d is #99cc66. Color #8ebe5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111110 01011101
Octal 216 276 135
Decimal 142 190 93
Hex 8E BE 5D

RGB Percentages of Color #8ebe5d

%33.41
%44.71
%21.88

CMYK Percentages of Color #8ebe5d

%25
%0
%51
%25

Triadic Colors of #8ebe5d

#8ebe5d #5d8ebe #be5d8e

Analogous Colors of #8ebe5d

#8ebe5d #5dbe5d #bebe5d

Monochromatic Colors of #8ebe5d

#8ebe5d

Complementary Color

#8ebe5d #8d5dbe

#8ebe5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebe5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebe5d Color CSS Codes

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

#8ebe5d Text Font Color

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

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


#8ebe5d Background Color

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

This div background color is #8ebe5d


#8ebe5d Border Color

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

This div border color is #8ebe5d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,190,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ebe5d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ebe5d;
  -webkit-box-shadow: 1px 1px 3px 2px #8ebe5d;
  box-shadow:         1px 1px 3px 2px #8ebe5d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,190,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebe5d


Comments

No comments written yet.

Please login to write comment.