Color Hex Logo

#04feac Color Hex

#04FEAC
(4,254,172)
0 Favorites   0 Comments

Color spaces of #04feac

RGB 4254172
HSL0.450.990.51
HSV160°98°100°
CMYK 0.980.000.32   0.00
XYZ42.938373.888051.0285
Yxy73.88800.25580.4402
Hunter Lab85.9581-61.261424.9736
CIE-Lab88.8695-68.370625.4585

#04feac color RGB value is (4,254,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11111110 10101100
Octal 4 376 254
Decimal 4 254 172
Hex 4 FE AC

RGB Percentages of Color #04feac

%0.93
%59.07
%40.00

CMYK Percentages of Color #04feac

%98
%0
%32
%0

Triadic Colors of #04feac

#04feac #ac04fe #feac04

Analogous Colors of #04feac

#04feac #04d3fe #04fe2f

Monochromatic Colors of #04feac

#04feac

Complementary Color

#04feac #fe0456

#04feac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04feac Color Preview on White Background

Lorem ipsum dolor sit amet.

#04feac Color CSS Codes

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

#04feac Text Font Color

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

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


#04feac Background Color

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

This div background color is #04feac


#04feac Border Color

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

This div border color is #04feac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04feac


Comments

No comments written yet.

Please login to write comment.