Color Hex Logo

#04cfdd Color Hex

#04CFDD
(4,207,221)
0 Favorites   0 Comments

Color spaces of #04cfdd

RGB 4207221
HSL0.510.960.44
HSV184°98°87°
CMYK 0.980.060.00   0.13
XYZ35.414049.871976.1663
Yxy49.87190.21930.3089
Hunter Lab70.6200-34.0722-14.5124
CIE-Lab75.9906-36.7213-18.9361

#04cfdd color RGB value is (4,207,221).

#04cfdd hex color red value is 4, green value is 207 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #04cfdd hue: 0.51 , saturation: 0.96 and the lightness value of 04cfdd is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11001111 11011101
Octal 4 317 335
Decimal 4 207 221
Hex 4 CF DD

RGB Percentages of Color #04cfdd

%0.93
%47.92
%51.16

CMYK Percentages of Color #04cfdd

%98
%6
%0
%13

Triadic Colors of #04cfdd

#04cfdd #dd04cf #cfdd04

Analogous Colors of #04cfdd

#04cfdd #0463dd #04dd7f

Monochromatic Colors of #04cfdd

#04cfdd

Complementary Color

#04cfdd #dd1204

#04cfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04cfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#04cfdd Color CSS Codes

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

#04cfdd Text Font Color

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

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


#04cfdd Background Color

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

This div background color is #04cfdd


#04cfdd Border Color

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

This div border color is #04cfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04cfdd


Comments

No comments written yet.

Please login to write comment.