Color Hex Logo

#8ebd3c Color Hex

#8EBD3C
(142,189,60)
0 Favorites   0 Comments

Color spaces of #8ebd3c

RGB 14218960
HSL0.230.520.49
HSV82°68°74°
CMYK 0.250.000.68   0.26
XYZ30.168542.472210.8829
Yxy42.47220.36120.5085
Hunter Lab65.1707-31.418435.7186
CIE-Lab71.1953-34.773057.5202

#8ebd3c color RGB value is (142,189,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111101 00111100
Octal 216 275 74
Decimal 142 189 60
Hex 8E BD 3C

RGB Percentages of Color #8ebd3c

%36.32
%48.34
%15.35

CMYK Percentages of Color #8ebd3c

%25
%0
%68
%26

Triadic Colors of #8ebd3c

#8ebd3c #3c8ebd #bd3c8e

Analogous Colors of #8ebd3c

#8ebd3c #4ebd3c #bdac3c

Monochromatic Colors of #8ebd3c

#8ebd3c

Complementary Color

#8ebd3c #6b3cbd

#8ebd3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebd3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebd3c Color CSS Codes

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

#8ebd3c Text Font Color

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

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


#8ebd3c Background Color

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

This div background color is #8ebd3c


#8ebd3c Border Color

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

This div border color is #8ebd3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebd3c


Comments

No comments written yet.

Please login to write comment.