Color Hex Logo

#04dfdd Color Hex

#04DFDD
(4,223,221)
0 Favorites   0 Comments

Color spaces of #04dfdd

RGB 4223221
HSL0.500.960.45
HSV179°98°87°
CMYK 0.980.000.01   0.13
XYZ39.488958.021677.5246
Yxy58.02160.22560.3315
Hunter Lab76.1719-40.7632-7.0226
CIE-Lab80.7508-43.9376-11.7780

#04dfdd color RGB value is (4,223,221).

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

The process color (four color CMYK) of #04dfdd color hex is 0.98, 0.00, 0.01, 0.13. Web safe color of #04dfdd is #00cccc. Color #04dfdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 11011111 11011101
Octal 4 337 335
Decimal 4 223 221
Hex 4 DF DD

RGB Percentages of Color #04dfdd

%0.89
%49.78
%49.33

CMYK Percentages of Color #04dfdd

%98
%0
%1
%13

Triadic Colors of #04dfdd

#04dfdd #dd04df #dfdd04

Analogous Colors of #04dfdd

#04dfdd #0474df #04df70

Monochromatic Colors of #04dfdd

#04dfdd

Complementary Color

#04dfdd #df0406

#04dfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04dfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#04dfdd Color CSS Codes

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

#04dfdd Text Font Color

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

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


#04dfdd Background Color

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

This div background color is #04dfdd


#04dfdd Border Color

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

This div border color is #04dfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04dfdd


Comments

No comments written yet.

Please login to write comment.