Color Hex Logo

#04edfd Color Hex

#04EDFD
(4,237,253)
0 Favorites   0 Comments

Color spaces of #04edfd

RGB 4237253
HSL0.510.980.50
HSV184°98°99°
CMYK 0.980.060.00   0.01
XYZ48.063967.6860103.4600
Yxy67.68600.21930.3088
Hunter Lab82.2715-39.6935-16.9697
CIE-Lab85.8492-40.6563-21.0209

#04edfd color RGB value is (4,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11101101 11111101
Octal 4 355 375
Decimal 4 237 253
Hex 4 ED FD

RGB Percentages of Color #04edfd

%0.81
%47.98
%51.21

CMYK Percentages of Color #04edfd

%98
%6
%0
%1

Triadic Colors of #04edfd

#04edfd #fd04ed #edfd04

Analogous Colors of #04edfd

#04edfd #0471fd #04fd91

Monochromatic Colors of #04edfd

#04edfd

Complementary Color

#04edfd #fd1404

#04edfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04edfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#04edfd Color CSS Codes

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

#04edfd Text Font Color

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

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


#04edfd Background Color

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

This div background color is #04edfd


#04edfd Border Color

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

This div border color is #04edfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04edfd


Comments

No comments written yet.

Please login to write comment.