Color Hex Logo

#04d95d Color Hex

#04D95D
(4,217,93)
0 Favorites   0 Comments

Color spaces of #04d95d

RGB 421793
HSL0.400.960.43
HSV145°98°85°
CMYK 0.980.000.57   0.15
XYZ26.838750.441818.6776
Yxy50.44180.27970.5257
Hunter Lab71.0224-56.835734.1235
CIE-Lab76.3396-69.987648.0799

#04d95d color RGB value is (4,217,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11011001 01011101
Octal 4 331 135
Decimal 4 217 93
Hex 4 D9 5D

RGB Percentages of Color #04d95d

%1.27
%69.11
%29.62

CMYK Percentages of Color #04d95d

%98
%0
%57
%15

Triadic Colors of #04d95d

#04d95d #5d04d9 #d95d04

Analogous Colors of #04d95d

#04d95d #04d9c8 #15d904

Monochromatic Colors of #04d95d

#04d95d

Complementary Color

#04d95d #d90480

#04d95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04d95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#04d95d Color CSS Codes

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

#04d95d Text Font Color

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

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


#04d95d Background Color

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

This div background color is #04d95d


#04d95d Border Color

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

This div border color is #04d95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04d95d


Comments

No comments written yet.

Please login to write comment.