Color Hex Logo

#049afa Color Hex

#049AFA
(4,154,250)
0 Favorites   0 Comments

Color spaces of #049afa

RGB 4154250
HSL0.570.970.50
HSV203°98°98°
CMYK 0.980.380.00   0.02
XYZ28.861030.039194.7195
Yxy30.03910.18790.1955
Hunter Lab54.8079-1.9186-64.0999
CIE-Lab61.68791.2066-56.9775

#049afa color RGB value is (4,154,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011010 11111010
Octal 4 232 372
Decimal 4 154 250
Hex 4 9A FA

RGB Percentages of Color #049afa

%0.98
%37.75
%61.27

CMYK Percentages of Color #049afa

%98
%38
%0
%2

Triadic Colors of #049afa

#049afa #fa049a #9afa04

Analogous Colors of #049afa

#049afa #041ffa #04fadf

Monochromatic Colors of #049afa

#049afa

Complementary Color

#049afa #fa6404

#049afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#049afa Color CSS Codes

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

#049afa Text Font Color

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

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


#049afa Background Color

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

This div background color is #049afa


#049afa Border Color

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

This div border color is #049afa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,154,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 #049afa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049afa


Comments

No comments written yet.

Please login to write comment.