Color Hex Logo

#04cced Color Hex

#04CCED
(4,204,237)
0 Favorites   0 Comments

Color spaces of #04cced

RGB 4204237
HSL0.520.970.47
HSV188°98°93°
CMYK 0.980.140.00   0.07
XYZ36.929049.326087.6953
Yxy49.32600.21230.2836
Hunter Lab70.2325-29.0496-24.8693
CIE-Lab75.6537-30.2101-28.0574

#04cced color RGB value is (4,204,237).

#04cced hex color red value is 4, green value is 204 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #04cced hue: 0.52 , saturation: 0.97 and the lightness value of 04cced is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11001100 11101101
Octal 4 314 355
Decimal 4 204 237
Hex 4 CC ED

RGB Percentages of Color #04cced

%0.90
%45.84
%53.26

CMYK Percentages of Color #04cced

%98
%14
%0
%7

Triadic Colors of #04cced

#04cced #ed04cc #cced04

Analogous Colors of #04cced

#04cced #0458ed #04ed9a

Monochromatic Colors of #04cced

#04cced

Complementary Color

#04cced #ed2504

#04cced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04cced Color Preview on White Background

Lorem ipsum dolor sit amet.

#04cced Color CSS Codes

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

#04cced Text Font Color

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

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


#04cced Background Color

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

This div background color is #04cced


#04cced Border Color

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

This div border color is #04cced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04cced


Comments

No comments written yet.

Please login to write comment.