Color Hex Logo

#04cadd Color Hex

#04CADD
(4,202,221)
0 Favorites   0 Comments

Color spaces of #04cadd

RGB 4202221
HSL0.510.960.44
HSV185°98°87°
CMYK 0.980.090.00   0.13
XYZ34.221747.487375.7689
Yxy47.48730.21730.3015
Hunter Lab68.9110-31.9500-16.9527
CIE-Lab74.5004-34.3820-21.1961

#04cadd color RGB value is (4,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11001010 11011101
Octal 4 312 335
Decimal 4 202 221
Hex 4 CA DD

RGB Percentages of Color #04cadd

%0.94
%47.31
%51.76

CMYK Percentages of Color #04cadd

%98
%9
%0
%13

Triadic Colors of #04cadd

#04cadd #dd04ca #cadd04

Analogous Colors of #04cadd

#04cadd #045edd #04dd84

Monochromatic Colors of #04cadd

#04cadd

Complementary Color

#04cadd #dd1704

#04cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#04cadd Color CSS Codes

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

#04cadd Text Font Color

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

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


#04cadd Background Color

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

This div background color is #04cadd


#04cadd Border Color

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

This div border color is #04cadd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,202,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 #04cadd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04cadd


Comments

No comments written yet.

Please login to write comment.