Color Hex Logo

#049efa Color Hex

#049EFA
(4,158,250)
0 Favorites   0 Comments

Color spaces of #049efa

RGB 4158250
HSL0.560.970.50
HSV202°98°98°
CMYK 0.980.370.00   0.02
XYZ29.532231.381794.9432
Yxy31.38170.18950.2013
Hunter Lab56.0194-3.9326-61.2728
CIE-Lab62.8285-1.1245-55.1611

#049efa color RGB value is (4,158,250).

#049efa hex color red value is 4, green value is 158 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #049efa hue: 0.56 , saturation: 0.97 and the lightness value of 049efa is 0.50.

The process color (four color CMYK) of #049efa color hex is 0.98, 0.37, 0.00, 0.02. Web safe color of #049efa is #0099ff. Color #049efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011110 11111010
Octal 4 236 372
Decimal 4 158 250
Hex 4 9E FA

RGB Percentages of Color #049efa

%0.97
%38.35
%60.68

CMYK Percentages of Color #049efa

%98
%37
%0
%2

Triadic Colors of #049efa

#049efa #fa049e #9efa04

Analogous Colors of #049efa

#049efa #0423fa #04fadb

Monochromatic Colors of #049efa

#049efa

Complementary Color

#049efa #fa6004

#049efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#049efa Color CSS Codes

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

#049efa Text Font Color

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

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


#049efa Background Color

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

This div background color is #049efa


#049efa Border Color

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

This div border color is #049efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049efa


Comments

No comments written yet.

Please login to write comment.