Color Hex Logo

#04cfad Color Hex

#04CFAD
(4,207,173)
0 Favorites   0 Comments

Color spaces of #04cfad

RGB 4207173
HSL0.470.960.41
HSV170°98°81°
CMYK 0.980.000.16   0.19
XYZ29.905747.668647.1599
Yxy47.66860.23980.3822
Hunter Lab69.0425-43.50717.8313
CIE-Lab74.6154-50.50834.9119

#04cfad color RGB value is (4,207,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11001111 10101101
Octal 4 317 255
Decimal 4 207 173
Hex 4 CF AD

RGB Percentages of Color #04cfad

%1.04
%53.91
%45.05

CMYK Percentages of Color #04cfad

%98
%0
%16
%19

Triadic Colors of #04cfad

#04cfad #ad04cf #cfad04

Analogous Colors of #04cfad

#04cfad #048ccf #04cf48

Monochromatic Colors of #04cfad

#04cfad

Complementary Color

#04cfad #cf0426

#04cfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04cfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#04cfad Color CSS Codes

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

#04cfad Text Font Color

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

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


#04cfad Background Color

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

This div background color is #04cfad


#04cfad Border Color

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

This div border color is #04cfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04cfad


Comments

No comments written yet.

Please login to write comment.