Color Hex Logo

#04dfbb Color Hex

#04DFBB
(4,223,187)
0 Favorites   0 Comments

Color spaces of #04dfbb

RGB 4223187
HSL0.470.960.45
HSV170°98°87°
CMYK 0.980.000.16   0.13
XYZ35.407456.389056.0317
Yxy56.38900.23950.3814
Hunter Lab75.0926-47.24648.3245
CIE-Lab79.8347-53.31314.9614

#04dfbb color RGB value is (4,223,187).

#04dfbb hex color red value is 4, green value is 223 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #04dfbb hue: 0.47 , saturation: 0.96 and the lightness value of 04dfbb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11011111 10111011
Octal 4 337 273
Decimal 4 223 187
Hex 4 DF BB

RGB Percentages of Color #04dfbb

%0.97
%53.86
%45.17

CMYK Percentages of Color #04dfbb

%98
%0
%16
%13

Triadic Colors of #04dfbb

#04dfbb #bb04df #dfbb04

Analogous Colors of #04dfbb

#04dfbb #0496df #04df4e

Monochromatic Colors of #04dfbb

#04dfbb

Complementary Color

#04dfbb #df0428

#04dfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04dfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#04dfbb Color CSS Codes

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

#04dfbb Text Font Color

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

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


#04dfbb Background Color

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

This div background color is #04dfbb


#04dfbb Border Color

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

This div border color is #04dfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04dfbb


Comments

No comments written yet.

Please login to write comment.