Color Hex Logo

#04feaf Color Hex

#04FEAF
(4,254,175)
0 Favorites   0 Comments

Color spaces of #04feaf

RGB 4254175
HSL0.450.990.51
HSV161°98°100°
CMYK 0.980.000.31   0.00
XYZ43.229774.004652.5633
Yxy74.00460.25460.4358
Hunter Lab86.0259-60.845723.9910
CIE-Lab88.9247-67.742324.0114

#04feaf color RGB value is (4,254,175).

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

The process color (four color CMYK) of #04feaf color hex is 0.98, 0.00, 0.31, 0.00. Web safe color of #04feaf is #00ff99. Color #04feaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 11111110 10101111
Octal 4 376 257
Decimal 4 254 175
Hex 4 FE AF

RGB Percentages of Color #04feaf

%0.92
%58.66
%40.42

CMYK Percentages of Color #04feaf

%98
%0
%31
%0

Triadic Colors of #04feaf

#04feaf #af04fe #feaf04

Analogous Colors of #04feaf

#04feaf #04d0fe #04fe32

Monochromatic Colors of #04feaf

#04feaf

Complementary Color

#04feaf #fe0453

#04feaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04feaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#04feaf Color CSS Codes

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

#04feaf Text Font Color

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

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


#04feaf Background Color

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

This div background color is #04feaf


#04feaf Border Color

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

This div border color is #04feaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04feaf


Comments

No comments written yet.

Please login to write comment.