Color Hex Logo

#04cccf Color Hex

#04CCCF
(4,204,207)
0 Favorites   0 Comments

Color spaces of #04cccf

RGB 4204207
HSL0.500.960.41
HSV181°98°81°
CMYK 0.980.010.00   0.19
XYZ32.905447.716566.5074
Yxy47.71650.22360.3243
Hunter Lab69.0771-35.8552-8.7304
CIE-Lab74.6458-39.6290-13.4083

#04cccf color RGB value is (4,204,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11001100 11001111
Octal 4 314 317
Decimal 4 204 207
Hex 4 CC CF

RGB Percentages of Color #04cccf

%0.96
%49.16
%49.88

CMYK Percentages of Color #04cccf

%98
%1
%0
%19

Triadic Colors of #04cccf

#04cccf #cf04cc #cccf04

Analogous Colors of #04cccf

#04cccf #0467cf #04cf6d

Monochromatic Colors of #04cccf

#04cccf

Complementary Color

#04cccf #cf0704

#04cccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04cccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#04cccf Color CSS Codes

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

#04cccf Text Font Color

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

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


#04cccf Background Color

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

This div background color is #04cccf


#04cccf Border Color

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

This div border color is #04cccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04cccf


Comments

No comments written yet.

Please login to write comment.