Color Hex Logo

#04eddd Color Hex

#04EDDD
(4,237,221)
0 Favorites   0 Comments

Color spaces of #04eddd

RGB 4237221
HSL0.490.970.47
HSV176°98°93°
CMYK 0.980.000.07   0.07
XYZ43.385465.814678.8235
Yxy65.81460.23070.3500
Hunter Lab81.1262-46.5110-0.8188
CIE-Lab84.9018-49.9412-5.6131

#04eddd color RGB value is (4,237,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11101101 11011101
Octal 4 355 335
Decimal 4 237 221
Hex 4 ED DD

RGB Percentages of Color #04eddd

%0.87
%51.30
%47.84

CMYK Percentages of Color #04eddd

%98
%0
%7
%7

Triadic Colors of #04eddd

#04eddd #dd04ed #eddd04

Analogous Colors of #04eddd

#04eddd #0489ed #04ed69

Monochromatic Colors of #04eddd

#04eddd

Complementary Color

#04eddd #ed0414

#04eddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04eddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#04eddd Color CSS Codes

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

#04eddd Text Font Color

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

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


#04eddd Background Color

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

This div background color is #04eddd


#04eddd Border Color

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

This div border color is #04eddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04eddd


Comments

No comments written yet.

Please login to write comment.