Color Hex Logo

#04b14e Color Hex

#04B14E
(4,177,78)
0 Favorites   0 Comments

Color spaces of #04b14e

RGB 417778
HSL0.400.960.35
HSV146°98°69°
CMYK 0.980.000.56   0.31
XYZ17.147432.020212.4845
Yxy32.02020.27810.5194
Hunter Lab56.5864-44.935326.5295
CIE-Lab63.3596-59.542339.6640

#04b14e color RGB value is (4,177,78).

#04b14e hex color red value is 4, green value is 177 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #04b14e hue: 0.40 , saturation: 0.96 and the lightness value of 04b14e is 0.35.

The process color (four color CMYK) of #04b14e color hex is 0.98, 0.00, 0.56, 0.31. Web safe color of #04b14e is #009966. Color #04b14e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10110001 01001110
Octal 4 261 116
Decimal 4 177 78
Hex 4 B1 4E

RGB Percentages of Color #04b14e

%1.54
%68.34
%30.12

CMYK Percentages of Color #04b14e

%98
%0
%56
%31

Triadic Colors of #04b14e

#04b14e #4e04b1 #b14e04

Analogous Colors of #04b14e

#04b14e #04b1a5 #10b104

Monochromatic Colors of #04b14e

#04b14e

Complementary Color

#04b14e #b10467

#04b14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04b14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#04b14e Color CSS Codes

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

#04b14e Text Font Color

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

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


#04b14e Background Color

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

This div background color is #04b14e


#04b14e Border Color

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

This div border color is #04b14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04b14e


Comments

No comments written yet.

Please login to write comment.