Color Hex Logo

#04dfde Color Hex

#04DFDE
(4,223,222)
0 Favorites   0 Comments

Color spaces of #04dfde

RGB 4223222
HSL0.500.960.45
HSV180°98°87°
CMYK 0.980.000.00   0.13
XYZ39.622658.075178.2285
Yxy58.07510.22520.3301
Hunter Lab76.2070-40.5541-7.5178
CIE-Lab80.7805-43.6452-12.2656

#04dfde color RGB value is (4,223,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11011111 11011110
Octal 4 337 336
Decimal 4 223 222
Hex 4 DF DE

RGB Percentages of Color #04dfde

%0.89
%49.67
%49.44

CMYK Percentages of Color #04dfde

%98
%0
%0
%13

Triadic Colors of #04dfde

#04dfde #de04df #dfde04

Analogous Colors of #04dfde

#04dfde #0473df #04df71

Monochromatic Colors of #04dfde

#04dfde

Complementary Color

#04dfde #df0405

#04dfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04dfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#04dfde Color CSS Codes

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

#04dfde Text Font Color

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

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


#04dfde Background Color

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

This div background color is #04dfde


#04dfde Border Color

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

This div border color is #04dfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04dfde


Comments

No comments written yet.

Please login to write comment.