Color Hex Logo

#04fedb Color Hex

#04FEDB
(4,254,219)
0 Favorites   0 Comments

Color spaces of #04fedb

RGB 4254219
HSL0.480.990.51
HSV172°98°100°
CMYK 0.980.000.14   0.00
XYZ48.278176.023979.1474
Yxy76.02390.23730.3737
Hunter Lab87.1917-53.74997.2143
CIE-Lab89.8704-57.39842.7080

#04fedb color RGB value is (4,254,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11111110 11011011
Octal 4 376 333
Decimal 4 254 219
Hex 4 FE DB

RGB Percentages of Color #04fedb

%0.84
%53.25
%45.91

CMYK Percentages of Color #04fedb

%98
%0
%14
%0

Triadic Colors of #04fedb

#04fedb #db04fe #fedb04

Analogous Colors of #04fedb

#04fedb #04a4fe #04fe5e

Monochromatic Colors of #04fedb

#04fedb

Complementary Color

#04fedb #fe0427

#04fedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04fedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#04fedb Color CSS Codes

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

#04fedb Text Font Color

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

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


#04fedb Background Color

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

This div background color is #04fedb


#04fedb Border Color

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

This div border color is #04fedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04fedb

Related Colors


Comments

No comments written yet.

Please login to write comment.