Color Hex Logo

#4dfe14 Color Hex

#4DFE14
(77,254,20)
0 Favorites   0 Comments

Color spaces of #4dfe14

RGB 7725420
HSL0.290.990.54
HSV105°92°100°
CMYK 0.700.000.92   0.00
XYZ38.628672.511912.6221
Yxy72.51190.31210.5859
Hunter Lab85.1539-68.045950.8194
CIE-Lab88.2144-78.837682.1615

#4dfe14 color RGB value is (77,254,20).

#4dfe14 hex color red value is 77, green value is 254 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #4dfe14 hue: 0.29 , saturation: 0.99 and the lightness value of 4dfe14 is 0.54.

The process color (four color CMYK) of #4dfe14 color hex is 0.70, 0.00, 0.92, 0.00. Web safe color of #4dfe14 is #66ff00. Color #4dfe14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111110 00010100
Octal 115 376 24
Decimal 77 254 20
Hex 4D FE 14

RGB Percentages of Color #4dfe14

%21.94
%72.36
%5.70

CMYK Percentages of Color #4dfe14

%70
%0
%92
%0

Triadic Colors of #4dfe14

#4dfe14 #144dfe #fe144d

Analogous Colors of #4dfe14

#4dfe14 #14fe50 #c2fe14

Monochromatic Colors of #4dfe14

#4dfe14

Complementary Color

#4dfe14 #c514fe

#4dfe14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfe14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfe14 Color CSS Codes

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

#4dfe14 Text Font Color

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

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


#4dfe14 Background Color

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

This div background color is #4dfe14


#4dfe14 Border Color

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

This div border color is #4dfe14


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,254,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4dfe14; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4dfe14;
  -webkit-box-shadow: 1px 1px 3px 2px #4dfe14;
  box-shadow:         1px 1px 3px 2px #4dfe14; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,254,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfe14

Related Colors


Comments

No comments written yet.

Please login to write comment.