Color Hex Logo

#04edea Color Hex

#04EDEA
(4,237,234)
0 Favorites   0 Comments

Color spaces of #04edea

RGB 4237234
HSL0.500.970.47
HSV179°98°93°
CMYK 0.980.000.01   0.07
XYZ45.185566.534788.3029
Yxy66.53470.22590.3326
Hunter Lab81.5688-43.8643-7.0867
CIE-Lab85.2684-46.2692-11.9091

#04edea color RGB value is (4,237,234).

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

The process color (four color CMYK) of #04edea color hex is 0.98, 0.00, 0.01, 0.07. Web safe color of #04edea is #00ffff. Color #04edea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 11101101 11101010
Octal 4 355 352
Decimal 4 237 234
Hex 4 ED EA

RGB Percentages of Color #04edea

%0.84
%49.89
%49.26

CMYK Percentages of Color #04edea

%98
%0
%1
%7

Triadic Colors of #04edea

#04edea #ea04ed #edea04

Analogous Colors of #04edea

#04edea #047ced #04ed76

Monochromatic Colors of #04edea

#04edea

Complementary Color

#04edea #ed0407

#04edea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04edea Color Preview on White Background

Lorem ipsum dolor sit amet.

#04edea Color CSS Codes

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

#04edea Text Font Color

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

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


#04edea Background Color

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

This div background color is #04edea


#04edea Border Color

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

This div border color is #04edea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04edea


Comments

No comments written yet.

Please login to write comment.