color codes Logo

#04eae9 color codes

#04EAE9
(4,234,233)
0 Favorites   0 Comments

Color spaces of #04eae9

RGB 4234233
HSL0.500.970.47
HSV180°98°92°
CMYK 0.980.000.00   0.08
XYZ44.180964.754687.2611
Yxy64.75460.22520.3300
Hunter Lab80.4702-42.8204-7.9643
CIE-Lab84.3571-45.2549-12.7439

#04eae9 color RGB value is (4,234,233).

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

The process color (four color CMYK) of #04eae9 color code is 0.98, 0.00, 0.00, 0.08. Web safe color of #04eae9 is #00ffff. Color #04eae9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 11101010 11101001
Octal 4 352 351
Decimal 4 234 233
Hex 4 EA E9

RGB Percentages of Color #04eae9

%0.85
%49.68
%49.47

CMYK Percentages of Color #04eae9

%98
%0
%0
%8

Triadic Colors of #04eae9

#04eae9 #e904ea #eae904

Analogous Colors of #04eae9

#04eae9 #0478ea #04ea76

Monochromatic Colors of #04eae9

#04eae9

Complementary Color

#04eae9 #ea0405

#04eae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04eae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#04eae9 Color CSS Codes

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

#04eae9 Text Font Color

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

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


#04eae9 Background Color

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

This div background color is #04eae9


#04eae9 Border Color

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

This div border color is #04eae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04eae9


Comments

No comments written yet.

Please login to write comment.