Color Hex Logo

#04fed3 Color Hex

#04FED3
(4,254,211)
0 Favorites   0 Comments

Color spaces of #04fed3

RGB 4254211
HSL0.470.990.51
HSV170°98°100°
CMYK 0.980.000.17   0.00
XYZ47.249875.612673.7324
Yxy75.61260.24030.3846
Hunter Lab86.9555-55.179010.5949
CIE-Lab89.6792-59.42676.5765

#04fed3 color RGB value is (4,254,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11111110 11010011
Octal 4 376 323
Decimal 4 254 211
Hex 4 FE D3

RGB Percentages of Color #04fed3

%0.85
%54.16
%44.99

CMYK Percentages of Color #04fed3

%98
%0
%17
%0

Triadic Colors of #04fed3

#04fed3 #d304fe #fed304

Analogous Colors of #04fed3

#04fed3 #04acfe #04fe56

Monochromatic Colors of #04fed3

#04fed3

Complementary Color

#04fed3 #fe042f

#04fed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04fed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#04fed3 Color CSS Codes

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

#04fed3 Text Font Color

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

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


#04fed3 Background Color

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

This div background color is #04fed3


#04fed3 Border Color

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

This div border color is #04fed3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04fed3


Comments

No comments written yet.

Please login to write comment.