Color Hex Logo

#04c8cc Color Hex

#04C8CC
(4,200,204)
0 Favorites   0 Comments

Color spaces of #04c8cc

RGB 4200204
HSL0.500.960.41
HSV181°98°80°
CMYK 0.980.020.00   0.20
XYZ31.603445.694064.2809
Yxy45.69400.22320.3227
Hunter Lab67.5973-34.8422-9.0630
CIE-Lab73.3465-38.7219-13.7331

#04c8cc color RGB value is (4,200,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11001000 11001100
Octal 4 310 314
Decimal 4 200 204
Hex 4 C8 CC

RGB Percentages of Color #04c8cc

%0.98
%49.02
%50.00

CMYK Percentages of Color #04c8cc

%98
%2
%0
%20

Triadic Colors of #04c8cc

#04c8cc #cc04c8 #c8cc04

Analogous Colors of #04c8cc

#04c8cc #0464cc #04cc6c

Monochromatic Colors of #04c8cc

#04c8cc

Complementary Color

#04c8cc #cc0804

#04c8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04c8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#04c8cc Color CSS Codes

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

#04c8cc Text Font Color

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

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


#04c8cc Background Color

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

This div background color is #04c8cc


#04c8cc Border Color

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

This div border color is #04c8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04c8cc


Comments

No comments written yet.

Please login to write comment.