color codes Logo

#04f7af color codes

#04F7AF
(4,247,175)
0 Favorites   0 Comments

Color spaces of #04f7af

RGB 4247175
HSL0.450.970.49
HSV162°98°97°
CMYK 0.980.000.29   0.03
XYZ41.048769.642551.8363
Yxy69.64250.25260.4285
Hunter Lab83.4521-58.239921.5884
CIE-Lab86.8212-65.254221.1114

#04f7af color RGB value is (4,247,175).

#04f7af hex color red value is 4, green value is 247 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #04f7af hue: 0.45 , saturation: 0.97 and the lightness value of 04f7af is 0.49.

The process color (four color CMYK) of #04f7af color code is 0.98, 0.00, 0.29, 0.03. Web safe color of #04f7af is #00ff99. Color #04f7af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 11110111 10101111
Octal 4 367 257
Decimal 4 247 175
Hex 4 F7 AF

RGB Percentages of Color #04f7af

%0.94
%57.98
%41.08

CMYK Percentages of Color #04f7af

%98
%0
%29
%3

Triadic Colors of #04f7af

#04f7af #af04f7 #f7af04

Analogous Colors of #04f7af

#04f7af #04c6f7 #04f736

Monochromatic Colors of #04f7af

#04f7af

Complementary Color

#04f7af #f7044c

#04f7af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04f7af Color Preview on White Background

Lorem ipsum dolor sit amet.

#04f7af Color CSS Codes

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

#04f7af Text Font Color

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

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


#04f7af Background Color

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

This div background color is #04f7af


#04f7af Border Color

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

This div border color is #04f7af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04f7af


Comments

No comments written yet.

Please login to write comment.