Color Hex Logo

#04fcfe Color Hex

#04FCFE
(4,252,254)
0 Favorites   0 Comments

Color spaces of #04fcfe

RGB 4252254
HSL0.500.990.51
HSV180°98°100°
CMYK 0.980.010.00   0.00
XYZ52.749976.8024105.8101
Yxy76.80240.22410.3263
Hunter Lab87.6370-45.9231-10.2390
CIE-Lab90.2306-46.9953-14.9444

#04fcfe color RGB value is (4,252,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11111100 11111110
Octal 4 374 376
Decimal 4 252 254
Hex 4 FC FE

RGB Percentages of Color #04fcfe

%0.78
%49.41
%49.80

CMYK Percentages of Color #04fcfe

%98
%1
%0
%0

Triadic Colors of #04fcfe

#04fcfe #fe04fc #fcfe04

Analogous Colors of #04fcfe

#04fcfe #047ffe #04fe83

Monochromatic Colors of #04fcfe

#04fcfe

Complementary Color

#04fcfe #fe0604

#04fcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04fcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#04fcfe Color CSS Codes

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

#04fcfe Text Font Color

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

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


#04fcfe Background Color

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

This div background color is #04fcfe


#04fcfe Border Color

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

This div border color is #04fcfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,252,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 #04fcfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04fcfe


Comments

No comments written yet.

Please login to write comment.