Color Hex Logo

#04dfee Color Hex

#04DFEE
(4,223,238)
0 Favorites   0 Comments

Color spaces of #04dfee

RGB 4223238
HSL0.510.970.47
HSV184°98°93°
CMYK 0.980.060.00   0.07
XYZ41.870458.974290.0653
Yxy58.97420.21930.3089
Hunter Lab76.7947-37.0679-15.7795
CIE-Lab81.2774-38.8533-20.0228

#04dfee color RGB value is (4,223,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11011111 11101110
Octal 4 337 356
Decimal 4 223 238
Hex 4 DF EE

RGB Percentages of Color #04dfee

%0.86
%47.96
%51.18

CMYK Percentages of Color #04dfee

%98
%6
%0
%7

Triadic Colors of #04dfee

#04dfee #ee04df #dfee04

Analogous Colors of #04dfee

#04dfee #046aee #04ee88

Monochromatic Colors of #04dfee

#04dfee

Complementary Color

#04dfee #ee1304

#04dfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04dfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#04dfee Color CSS Codes

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

#04dfee Text Font Color

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

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


#04dfee Background Color

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

This div background color is #04dfee


#04dfee Border Color

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

This div border color is #04dfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04dfee


Comments

No comments written yet.

Please login to write comment.