Color Hex Logo

#4ede28 Color Hex

#4EDE28
(78,222,40)
0 Favorites   0 Comments

Color spaces of #4ede28

RGB 7822240
HSL0.300.730.51
HSV107°82°87°
CMYK 0.650.000.82   0.13
XYZ29.646254.015510.8710
Yxy54.01550.31360.5714
Hunter Lab73.4952-56.614142.6768
CIE-Lab78.4708-68.112770.0981

#4ede28 color RGB value is (78,222,40).

#4ede28 hex color red value is 78, green value is 222 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #4ede28 hue: 0.30 , saturation: 0.73 and the lightness value of 4ede28 is 0.51.

The process color (four color CMYK) of #4ede28 color hex is 0.65, 0.00, 0.82, 0.13. Web safe color of #4ede28 is #66cc33. Color #4ede28 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011110 00101000
Octal 116 336 50
Decimal 78 222 40
Hex 4E DE 28

RGB Percentages of Color #4ede28

%22.94
%65.29
%11.76

CMYK Percentages of Color #4ede28

%65
%0
%82
%13

Triadic Colors of #4ede28

#4ede28 #284ede #de284e

Analogous Colors of #4ede28

#4ede28 #28de5d #a9de28

Monochromatic Colors of #4ede28

#4ede28

Complementary Color

#4ede28 #b828de

#4ede28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ede28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ede28 Color CSS Codes

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

#4ede28 Text Font Color

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

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


#4ede28 Background Color

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

This div background color is #4ede28


#4ede28 Border Color

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

This div border color is #4ede28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ede28


Comments

No comments written yet.

Please login to write comment.