Color Hex Logo

#04dfce Color Hex

#04DFCE
(4,223,206)
0 Favorites   0 Comments

Color spaces of #04dfce

RGB 4223206
HSL0.490.960.45
HSV175°98°87°
CMYK 0.980.000.08   0.13
XYZ37.578357.257467.4637
Yxy57.25740.23150.3528
Hunter Lab75.6686-43.77400.1070
CIE-Lab80.3242-48.2155-4.4274

#04dfce color RGB value is (4,223,206).

#04dfce hex color red value is 4, green value is 223 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #04dfce hue: 0.49 , saturation: 0.96 and the lightness value of 04dfce is 0.45.

The process color (four color CMYK) of #04dfce color hex is 0.98, 0.00, 0.08, 0.13. Web safe color of #04dfce is #00cccc. Color #04dfce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 11011111 11001110
Octal 4 337 316
Decimal 4 223 206
Hex 4 DF CE

RGB Percentages of Color #04dfce

%0.92
%51.50
%47.58

CMYK Percentages of Color #04dfce

%98
%0
%8
%13

Triadic Colors of #04dfce

#04dfce #ce04df #dfce04

Analogous Colors of #04dfce

#04dfce #0483df #04df61

Monochromatic Colors of #04dfce

#04dfce

Complementary Color

#04dfce #df0415

#04dfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04dfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#04dfce Color CSS Codes

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

#04dfce Text Font Color

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

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


#04dfce Background Color

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

This div background color is #04dfce


#04dfce Border Color

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

This div border color is #04dfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04dfce


Comments

No comments written yet.

Please login to write comment.