Color Hex Logo

#04dabf Color Hex

#04DABF
(4,218,191)
0 Favorites   0 Comments

Color spaces of #04dabf

RGB 4218191
HSL0.480.960.44
HSV172°98°85°
CMYK 0.980.000.12   0.15
XYZ34.525453.930257.8801
Yxy53.93020.23590.3685
Hunter Lab73.4372-44.59604.6761
CIE-Lab78.4210-50.23210.7807

#04dabf color RGB value is (4,218,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11011010 10111111
Octal 4 332 277
Decimal 4 218 191
Hex 4 DA BF

RGB Percentages of Color #04dabf

%0.97
%52.78
%46.25

CMYK Percentages of Color #04dabf

%98
%0
%12
%15

Triadic Colors of #04dabf

#04dabf #bf04da #dabf04

Analogous Colors of #04dabf

#04dabf #048ada #04da54

Monochromatic Colors of #04dabf

#04dabf

Complementary Color

#04dabf #da041f

#04dabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04dabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#04dabf Color CSS Codes

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

#04dabf Text Font Color

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

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


#04dabf Background Color

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

This div background color is #04dabf


#04dabf Border Color

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

This div border color is #04dabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04dabf


Comments

No comments written yet.

Please login to write comment.