Color Hex Logo

#8ebe3b Color Hex

#8EBE3B
(142,190,59)
0 Favorites   0 Comments

Color spaces of #8ebe3b

RGB 14219059
HSL0.230.530.49
HSV82°69°75°
CMYK 0.250.000.69   0.25
XYZ30.358242.893510.8169
Yxy42.89350.36110.5102
Hunter Lab65.4931-31.872436.0528
CIE-Lab71.4826-35.298358.2037

#8ebe3b color RGB value is (142,190,59).

#8ebe3b hex color red value is 142, green value is 190 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #8ebe3b hue: 0.23 , saturation: 0.53 and the lightness value of 8ebe3b is 0.49.

The process color (four color CMYK) of #8ebe3b color hex is 0.25, 0.00, 0.69, 0.25. Web safe color of #8ebe3b is #99cc33. Color #8ebe3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111110 00111011
Octal 216 276 73
Decimal 142 190 59
Hex 8E BE 3B

RGB Percentages of Color #8ebe3b

%36.32
%48.59
%15.09

CMYK Percentages of Color #8ebe3b

%25
%0
%69
%25

Triadic Colors of #8ebe3b

#8ebe3b #3b8ebe #be3b8e

Analogous Colors of #8ebe3b

#8ebe3b #4dbe3b #bead3b

Monochromatic Colors of #8ebe3b

#8ebe3b

Complementary Color

#8ebe3b #6b3bbe

#8ebe3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebe3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebe3b Color CSS Codes

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

#8ebe3b Text Font Color

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

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


#8ebe3b Background Color

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

This div background color is #8ebe3b


#8ebe3b Border Color

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

This div border color is #8ebe3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebe3b


Comments

No comments written yet.

Please login to write comment.