Color Hex Logo

#04eaac Color Hex

#04EAAC
(4,234,172)
0 Favorites   0 Comments

Color spaces of #04eaac

RGB 4234172
HSL0.460.970.47
HSV164°98°92°
CMYK 0.980.000.26   0.08
XYZ36.919361.850049.0221
Yxy61.85000.24980.4185
Hunter Lab78.6448-53.832618.0938
CIE-Lab82.8336-61.189917.1150

#04eaac color RGB value is (4,234,172).

#04eaac hex color red value is 4, green value is 234 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #04eaac hue: 0.46 , saturation: 0.97 and the lightness value of 04eaac is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11101010 10101100
Octal 4 352 254
Decimal 4 234 172
Hex 4 EA AC

RGB Percentages of Color #04eaac

%0.98
%57.07
%41.95

CMYK Percentages of Color #04eaac

%98
%0
%26
%8

Triadic Colors of #04eaac

#04eaac #ac04ea #eaac04

Analogous Colors of #04eaac

#04eaac #04b5ea #04ea39

Monochromatic Colors of #04eaac

#04eaac

Complementary Color

#04eaac #ea0442

#04eaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04eaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#04eaac Color CSS Codes

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

#04eaac Text Font Color

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

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


#04eaac Background Color

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

This div background color is #04eaac


#04eaac Border Color

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

This div border color is #04eaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04eaac


Comments

No comments written yet.

Please login to write comment.