Color Hex Logo

#4edc0b Color Hex

#4EDC0B
(78,220,11)
0 Favorites   0 Comments

Color spaces of #4edc0b

RGB 7822011
HSL0.280.900.45
HSV101°95°86°
CMYK 0.650.000.95   0.14
XYZ28.795552.83038.9962
Yxy52.83030.31780.5830
Hunter Lab72.6845-56.481243.5408
CIE-Lab77.7747-68.387374.5715

#4edc0b color RGB value is (78,220,11).

#4edc0b hex color red value is 78, green value is 220 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #4edc0b hue: 0.28 , saturation: 0.90 and the lightness value of 4edc0b is 0.45.

The process color (four color CMYK) of #4edc0b color hex is 0.65, 0.00, 0.95, 0.14. Web safe color of #4edc0b is #66cc00. Color #4edc0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011100 00001011
Octal 116 334 13
Decimal 78 220 11
Hex 4E DC B

RGB Percentages of Color #4edc0b

%25.24
%71.20
%3.56

CMYK Percentages of Color #4edc0b

%65
%0
%95
%14

Triadic Colors of #4edc0b

#4edc0b #0b4edc #dc0b4e

Analogous Colors of #4edc0b

#4edc0b #0bdc30 #b7dc0b

Monochromatic Colors of #4edc0b

#4edc0b

Complementary Color

#4edc0b #990bdc

#4edc0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edc0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edc0b Color CSS Codes

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

#4edc0b Text Font Color

<p style="color:#4edc0b">Text here</p>

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


#4edc0b Background Color

<div style="background-color:#4edc0b">
Div content here</div>

This div background color is #4edc0b


#4edc0b Border Color

<div style="border:3px solid #4edc0b">
Div here</div>

This div border color is #4edc0b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,220,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4edc0b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4edc0b;
  -webkit-box-shadow: 1px 1px 3px 2px #4edc0b;
  box-shadow:         1px 1px 3px 2px #4edc0b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,220,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edc0b


Comments

No comments written yet.

Please login to write comment.