Color Hex Logo

#04fedf Color Hex

#04FEDF
(4,254,223)
0 Favorites   0 Comments

Color spaces of #04fedf

RGB 4254223
HSL0.480.990.51
HSV173°98°100°
CMYK 0.980.000.12   0.00
XYZ48.811276.237181.9547
Yxy76.23710.23580.3683
Hunter Lab87.3139-53.01215.4688
CIE-Lab89.9693-56.36150.7770

#04fedf color RGB value is (4,254,223).

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

The process color (four color CMYK) of #04fedf color hex is 0.98, 0.00, 0.12, 0.00. Web safe color of #04fedf is #00ffcc. Color #04fedf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 11111110 11011111
Octal 4 376 337
Decimal 4 254 223
Hex 4 FE DF

RGB Percentages of Color #04fedf

%0.83
%52.81
%46.36

CMYK Percentages of Color #04fedf

%98
%0
%12
%0

Triadic Colors of #04fedf

#04fedf #df04fe #fedf04

Analogous Colors of #04fedf

#04fedf #04a0fe #04fe62

Monochromatic Colors of #04fedf

#04fedf

Complementary Color

#04fedf #fe0423

#04fedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04fedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#04fedf Color CSS Codes

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

#04fedf Text Font Color

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

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


#04fedf Background Color

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

This div background color is #04fedf


#04fedf Border Color

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

This div border color is #04fedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04fedf

Related Colors


Comments

No comments written yet.

Please login to write comment.