Color Hex Logo

#04ddbe Color Hex

#04DDBE
(4,221,190)
0 Favorites   0 Comments

Color spaces of #04ddbe

RGB 4221190
HSL0.480.960.44
HSV171°98°87°
CMYK 0.980.000.14   0.13
XYZ35.200855.456457.5641
Yxy55.45640.23750.3741
Hunter Lab74.4691-45.94566.2975
CIE-Lab79.3034-51.72432.5975

#04ddbe color RGB value is (4,221,190).

#04ddbe hex color red value is 4, green value is 221 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #04ddbe hue: 0.48 , saturation: 0.96 and the lightness value of 04ddbe is 0.44.

The process color (four color CMYK) of #04ddbe color hex is 0.98, 0.00, 0.14, 0.13. Web safe color of #04ddbe is #00cccc. Color #04ddbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 11011101 10111110
Octal 4 335 276
Decimal 4 221 190
Hex 4 DD BE

RGB Percentages of Color #04ddbe

%0.96
%53.25
%45.78

CMYK Percentages of Color #04ddbe

%98
%0
%14
%13

Triadic Colors of #04ddbe

#04ddbe #be04dd #ddbe04

Analogous Colors of #04ddbe

#04ddbe #0490dd #04dd52

Monochromatic Colors of #04ddbe

#04ddbe

Complementary Color

#04ddbe #dd0423

#04ddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04ddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#04ddbe Color CSS Codes

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

#04ddbe Text Font Color

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

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


#04ddbe Background Color

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

This div background color is #04ddbe


#04ddbe Border Color

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

This div border color is #04ddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04ddbe


Comments

No comments written yet.

Please login to write comment.