Color Hex Logo

#04e54f Color Hex

#04E54F
(4,229,79)
0 Favorites   0 Comments

Color spaces of #04e54f

RGB 422979
HSL0.390.970.46
HSV140°98°90°
CMYK 0.980.000.66   0.10
XYZ29.480756.628916.7738
Yxy56.62890.28650.5504
Hunter Lab75.2522-61.762439.4607
CIE-Lab79.9704-75.208958.2517

#04e54f color RGB value is (4,229,79).

#04e54f hex color red value is 4, green value is 229 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #04e54f hue: 0.39 , saturation: 0.97 and the lightness value of 04e54f is 0.46.

The process color (four color CMYK) of #04e54f color hex is 0.98, 0.00, 0.66, 0.10. Web safe color of #04e54f is #00cc66. Color #04e54f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 11100101 01001111
Octal 4 345 117
Decimal 4 229 79
Hex 4 E5 4F

RGB Percentages of Color #04e54f

%1.28
%73.40
%25.32

CMYK Percentages of Color #04e54f

%98
%0
%66
%10

Triadic Colors of #04e54f

#04e54f #4f04e5 #e54f04

Analogous Colors of #04e54f

#04e54f #04e5c0 #29e504

Monochromatic Colors of #04e54f

#04e54f

Complementary Color

#04e54f #e5049a

#04e54f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04e54f Color Preview on White Background

Lorem ipsum dolor sit amet.

#04e54f Color CSS Codes

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

#04e54f Text Font Color

<p style="color:#04e54f">Text here</p>

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


#04e54f Background Color

<div style="background-color:#04e54f">
Div content here</div>

This div background color is #04e54f


#04e54f Border Color

<div style="border:3px solid #04e54f">
Div here</div>

This div border color is #04e54f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,229,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04e54f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04e54f;
  -webkit-box-shadow: 1px 1px 3px 2px #04e54f;
  box-shadow:         1px 1px 3px 2px #04e54f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04e54f


Comments

No comments written yet.

Please login to write comment.