Color Hex Logo

#04cfdc Color Hex

#04CFDC
(4,207,220)
0 Favorites   0 Comments

Color spaces of #04cfdc

RGB 4207220
HSL0.510.960.44
HSV184°98°86°
CMYK 0.980.060.00   0.14
XYZ35.281249.818875.4666
Yxy49.81880.21970.3103
Hunter Lab70.5824-34.2946-13.9850
CIE-Lab75.9579-37.0308-18.4471

#04cfdc color RGB value is (4,207,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11001111 11011100
Octal 4 317 334
Decimal 4 207 220
Hex 4 CF DC

RGB Percentages of Color #04cfdc

%0.93
%48.03
%51.04

CMYK Percentages of Color #04cfdc

%98
%6
%0
%14

Triadic Colors of #04cfdc

#04cfdc #dc04cf #cfdc04

Analogous Colors of #04cfdc

#04cfdc #0463dc #04dc7d

Monochromatic Colors of #04cfdc

#04cfdc

Complementary Color

#04cfdc #dc1104

#04cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#04cfdc Color CSS Codes

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

#04cfdc Text Font Color

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

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


#04cfdc Background Color

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

This div background color is #04cfdc


#04cfdc Border Color

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

This div border color is #04cfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04cfdc


Comments

No comments written yet.

Please login to write comment.