Color Hex Logo

#04ffda Color Hex

#04FFDA
(4,255,218)
0 Favorites   0 Comments

Color spaces of #04ffda

RGB 4255218
HSL0.481.000.51
HSV171°98°100°
CMYK 0.980.000.15   0.00
XYZ48.465076.607878.5621
Yxy76.60780.23800.3762
Hunter Lab87.5259-54.33098.0502
CIE-Lab90.1408-58.04963.6185

#04ffda color RGB value is (4,255,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11111111 11011010
Octal 4 377 332
Decimal 4 255 218
Hex 4 FF DA

RGB Percentages of Color #04ffda

%0.84
%53.46
%45.70

CMYK Percentages of Color #04ffda

%98
%0
%15
%0

Triadic Colors of #04ffda

#04ffda #da04ff #ffda04

Analogous Colors of #04ffda

#04ffda #04a7ff #04ff5d

Monochromatic Colors of #04ffda

#04ffda

Complementary Color

#04ffda #ff0429

#04ffda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04ffda Color Preview on White Background

Lorem ipsum dolor sit amet.

#04ffda Color CSS Codes

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

#04ffda Text Font Color

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

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


#04ffda Background Color

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

This div background color is #04ffda


#04ffda Border Color

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

This div border color is #04ffda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04ffda

Related Colors


Comments

No comments written yet.

Please login to write comment.