Color Hex Logo

#049ffb Color Hex

#049FFB
(4,159,251)
0 Favorites   0 Comments

Color spaces of #049ffb

RGB 4159251
HSL0.560.970.50
HSV202°98°98°
CMYK 0.980.370.00   0.02
XYZ29.860831.787195.8285
Yxy31.78710.18960.2019
Hunter Lab56.3800-4.1254-61.3085
CIE-Lab63.1665-1.3300-55.1704

#049ffb color RGB value is (4,159,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011111 11111011
Octal 4 237 373
Decimal 4 159 251
Hex 4 9F FB

RGB Percentages of Color #049ffb

%0.97
%38.41
%60.63

CMYK Percentages of Color #049ffb

%98
%37
%0
%2

Triadic Colors of #049ffb

#049ffb #fb049f #9ffb04

Analogous Colors of #049ffb

#049ffb #0423fb #04fbdc

Monochromatic Colors of #049ffb

#049ffb

Complementary Color

#049ffb #fb6004

#049ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#049ffb Color CSS Codes

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

#049ffb Text Font Color

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

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


#049ffb Background Color

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

This div background color is #049ffb


#049ffb Border Color

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

This div border color is #049ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049ffb


Comments

No comments written yet.

Please login to write comment.