Color Hex Logo

#049fda Color Hex

#049FDA
(4,159,218)
0 Favorites   0 Comments

Color spaces of #049fda

RGB 4159218
HSL0.550.960.44
HSV197°98°85°
CMYK 0.980.270.00   0.15
XYZ25.103129.884070.7748
Yxy29.88400.19960.2376
Hunter Lab54.6663-13.6976-38.4946
CIE-Lab61.5540-13.4855-39.5347

#049fda color RGB value is (4,159,218).

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

The process color (four color CMYK) of #049fda color hex is 0.98, 0.27, 0.00, 0.15. Web safe color of #049fda is #0099cc. Color #049fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011111 11011010
Octal 4 237 332
Decimal 4 159 218
Hex 4 9F DA

RGB Percentages of Color #049fda

%1.05
%41.73
%57.22

CMYK Percentages of Color #049fda

%98
%27
%0
%15

Triadic Colors of #049fda

#049fda #da049f #9fda04

Analogous Colors of #049fda

#049fda #0434da #04daaa

Monochromatic Colors of #049fda

#049fda

Complementary Color

#049fda #da3f04

#049fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#049fda Color CSS Codes

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

#049fda Text Font Color

<p style="color:#049fda">Text here</p>

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


#049fda Background Color

<div style="background-color:#049fda">
Div content here</div>

This div background color is #049fda


#049fda Border Color

<div style="border:3px solid #049fda">
Div here</div>

This div border color is #049fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049fda

#049fda Color Palettes


Comments

No comments written yet.

Please login to write comment.