Color Hex Logo

#04dafc Color Hex

#04DAFC
(4,218,252)
0 Favorites   0 Comments

Color spaces of #04dafc

RGB 4218252
HSL0.520.980.50
HSV188°98°99°
CMYK 0.980.130.00   0.01
XYZ42.692257.1969100.8855
Yxy57.19690.21260.2849
Hunter Lab75.6286-31.5872-26.1504
CIE-Lab80.2902-32.1252-28.9607

#04dafc color RGB value is (4,218,252).

#04dafc hex color red value is 4, green value is 218 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #04dafc hue: 0.52 , saturation: 0.98 and the lightness value of 04dafc is 0.50.

The process color (four color CMYK) of #04dafc color hex is 0.98, 0.13, 0.00, 0.01. Web safe color of #04dafc is #00ccff. Color #04dafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 11011010 11111100
Octal 4 332 374
Decimal 4 218 252
Hex 4 DA FC

RGB Percentages of Color #04dafc

%0.84
%45.99
%53.16

CMYK Percentages of Color #04dafc

%98
%13
%0
%1

Triadic Colors of #04dafc

#04dafc #fc04da #dafc04

Analogous Colors of #04dafc

#04dafc #045efc #04fca2

Monochromatic Colors of #04dafc

#04dafc

Complementary Color

#04dafc #fc2604

#04dafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04dafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#04dafc Color CSS Codes

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

#04dafc Text Font Color

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

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


#04dafc Background Color

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

This div background color is #04dafc


#04dafc Border Color

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

This div border color is #04dafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04dafc


Comments

No comments written yet.

Please login to write comment.