Color Hex Logo

#8ebd2b Color Hex

#8EBD2B
(142,189,43)
0 Favorites   0 Comments

Color spaces of #8ebd2b

RGB 14218943
HSL0.220.630.45
HSV79°77°74°
CMYK 0.250.000.77   0.26
XYZ29.789042.32048.8841
Yxy42.32040.36780.5225
Hunter Lab65.0541-32.107637.4410
CIE-Lab71.0913-35.760963.4117

#8ebd2b color RGB value is (142,189,43).

#8ebd2b hex color red value is 142, green value is 189 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #8ebd2b hue: 0.22 , saturation: 0.63 and the lightness value of 8ebd2b is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111101 00101011
Octal 216 275 53
Decimal 142 189 43
Hex 8E BD 2B

RGB Percentages of Color #8ebd2b

%37.97
%50.53
%11.50

CMYK Percentages of Color #8ebd2b

%25
%0
%77
%26

Triadic Colors of #8ebd2b

#8ebd2b #2b8ebd #bd2b8e

Analogous Colors of #8ebd2b

#8ebd2b #45bd2b #bda32b

Monochromatic Colors of #8ebd2b

#8ebd2b

Complementary Color

#8ebd2b #5a2bbd

#8ebd2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebd2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebd2b Color CSS Codes

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

#8ebd2b Text Font Color

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

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


#8ebd2b Background Color

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

This div background color is #8ebd2b


#8ebd2b Border Color

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

This div border color is #8ebd2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebd2b


Comments

No comments written yet.

Please login to write comment.