color codes Logo

#04dd71 color codes

#04DD71
(4,221,113)
0 Favorites   0 Comments

Color spaces of #04dd71

RGB 4221113
HSL0.420.960.44
HSV150°98°87°
CMYK 0.980.000.49   0.13
XYZ28.887252.931024.3170
Yxy52.93100.27220.4987
Hunter Lab72.7537-56.444731.1107
CIE-Lab77.8342-68.287940.4406

#04dd71 color RGB value is (4,221,113).

#04dd71 hex color red value is 4, green value is 221 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #04dd71 hue: 0.42 , saturation: 0.96 and the lightness value of 04dd71 is 0.44.

The process color (four color CMYK) of #04dd71 color code is 0.98, 0.00, 0.49, 0.13. Web safe color of #04dd71 is #00cc66. Color #04dd71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 11011101 01110001
Octal 4 335 161
Decimal 4 221 113
Hex 4 DD 71

RGB Percentages of Color #04dd71

%1.18
%65.38
%33.43

CMYK Percentages of Color #04dd71

%98
%0
%49
%13

Triadic Colors of #04dd71

#04dd71 #7104dd #dd7104

Analogous Colors of #04dd71

#04dd71 #04dddd #04dd05

Monochromatic Colors of #04dd71

#04dd71

Complementary Color

#04dd71 #dd0470

#04dd71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04dd71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#04dd71 Color CSS Codes

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

#04dd71 Text Font Color

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

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


#04dd71 Background Color

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

This div background color is #04dd71


#04dd71 Border Color

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

This div border color is #04dd71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04dd71


Comments

No comments written yet.

Please login to write comment.