Color Hex Logo

#04dccb Color Hex

#04DCCB
(4,220,203)
0 Favorites   0 Comments

Color spaces of #04dccb

RGB 4220203
HSL0.490.960.44
HSV175°98°86°
CMYK 0.980.000.08   0.14
XYZ36.422855.524065.2974
Yxy55.52400.23160.3531
Hunter Lab74.5144-43.14910.2039
CIE-Lab79.3421-47.7833-4.2756

#04dccb color RGB value is (4,220,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11011100 11001011
Octal 4 334 313
Decimal 4 220 203
Hex 4 DC CB

RGB Percentages of Color #04dccb

%0.94
%51.52
%47.54

CMYK Percentages of Color #04dccb

%98
%0
%8
%14

Triadic Colors of #04dccb

#04dccb #cb04dc #dccb04

Analogous Colors of #04dccb

#04dccb #0481dc #04dc5f

Monochromatic Colors of #04dccb

#04dccb

Complementary Color

#04dccb #dc0415

#04dccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04dccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#04dccb Color CSS Codes

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

#04dccb Text Font Color

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

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


#04dccb Background Color

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

This div background color is #04dccb


#04dccb Border Color

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

This div border color is #04dccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04dccb


Comments

No comments written yet.

Please login to write comment.