Color Hex Logo

#04fdfe Color Hex

#04FDFE
(4,253,254)
0 Favorites   0 Comments

Color spaces of #04fdfe

RGB 4253254
HSL0.500.990.51
HSV180°98°100°
CMYK 0.980.000.00   0.00
XYZ53.064777.4321105.9150
Yxy77.43210.22450.3275
Hunter Lab87.9955-46.3497-9.7670
CIE-Lab90.5201-47.4275-14.5106

#04fdfe color RGB value is (4,253,254).

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

The process color (four color CMYK) of #04fdfe color hex is 0.98, 0.00, 0.00, 0.00. Web safe color of #04fdfe is #00ffff. Color #04fdfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 11111101 11111110
Octal 4 375 376
Decimal 4 253 254
Hex 4 FD FE

RGB Percentages of Color #04fdfe

%0.78
%49.51
%49.71

CMYK Percentages of Color #04fdfe

%98
%0
%0
%0

Triadic Colors of #04fdfe

#04fdfe #fe04fd #fdfe04

Analogous Colors of #04fdfe

#04fdfe #0480fe #04fe82

Monochromatic Colors of #04fdfe

#04fdfe

Complementary Color

#04fdfe #fe0504

#04fdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04fdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#04fdfe Color CSS Codes

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

#04fdfe Text Font Color

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

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


#04fdfe Background Color

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

This div background color is #04fdfe


#04fdfe Border Color

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

This div border color is #04fdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04fdfe

Related Colors


Comments

No comments written yet.

Please login to write comment.