Color Hex Logo

#04cdaa Color Hex

#04CDAA
(4,205,170)
0 Favorites   0 Comments

Color spaces of #04cdaa

RGB 4205170
HSL0.470.960.41
HSV170°98°80°
CMYK 0.980.000.17   0.20
XYZ29.137146.590745.4874
Yxy46.59070.24040.3844
Hunter Lab68.2574-43.25398.2687
CIE-Lab73.9272-50.48065.5357

#04cdaa color RGB value is (4,205,170).

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

The process color (four color CMYK) of #04cdaa color hex is 0.98, 0.00, 0.17, 0.20. Web safe color of #04cdaa is #00cc99. Color #04cdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 11001101 10101010
Octal 4 315 252
Decimal 4 205 170
Hex 4 CD AA

RGB Percentages of Color #04cdaa

%1.06
%54.09
%44.85

CMYK Percentages of Color #04cdaa

%98
%0
%17
%20

Triadic Colors of #04cdaa

#04cdaa #aa04cd #cdaa04

Analogous Colors of #04cdaa

#04cdaa #048ccd #04cd46

Monochromatic Colors of #04cdaa

#04cdaa

Complementary Color

#04cdaa #cd0427

#04cdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04cdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#04cdaa Color CSS Codes

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

#04cdaa Text Font Color

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

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


#04cdaa Background Color

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

This div background color is #04cdaa


#04cdaa Border Color

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

This div border color is #04cdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04cdaa


Comments

No comments written yet.

Please login to write comment.