Color Hex Logo

#04dffd Color Hex

#04DFFD
(4,223,253)
0 Favorites   0 Comments

Color spaces of #04dffd

RGB 4223253
HSL0.520.980.50
HSV187°98°99°
CMYK 0.980.120.00   0.01
XYZ44.167459.8930102.1612
Yxy59.89300.21420.2904
Hunter Lab77.3906-33.5622-24.0937
CIE-Lab81.7800-34.1860-27.2105

#04dffd color RGB value is (4,223,253).

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

The process color (four color CMYK) of #04dffd color hex is 0.98, 0.12, 0.00, 0.01. Web safe color of #04dffd is #00ccff. Color #04dffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 11011111 11111101
Octal 4 337 375
Decimal 4 223 253
Hex 4 DF FD

RGB Percentages of Color #04dffd

%0.83
%46.46
%52.71

CMYK Percentages of Color #04dffd

%98
%12
%0
%1

Triadic Colors of #04dffd

#04dffd #fd04df #dffd04

Analogous Colors of #04dffd

#04dffd #0462fd #04fd9f

Monochromatic Colors of #04dffd

#04dffd

Complementary Color

#04dffd #fd2204

#04dffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04dffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#04dffd Color CSS Codes

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

#04dffd Text Font Color

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

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


#04dffd Background Color

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

This div background color is #04dffd


#04dffd Border Color

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

This div border color is #04dffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04dffd

Related Colors


Comments

No comments written yet.

Please login to write comment.