Color Hex Logo

#049fbe Color Hex

#049FBE
(4,159,190)
0 Favorites   0 Comments

Color spaces of #049fbe

RGB 4159190
HSL0.530.960.38
HSV190°98°75°
CMYK 0.980.160.00   0.25
XYZ21.742528.539853.0780
Yxy28.53980.21040.2761
Hunter Lab53.4227-20.8419-21.5116
CIE-Lab60.3733-23.4027-25.7255

#049fbe color RGB value is (4,159,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011111 10111110
Octal 4 237 276
Decimal 4 159 190
Hex 4 9F BE

RGB Percentages of Color #049fbe

%1.13
%45.04
%53.82

CMYK Percentages of Color #049fbe

%98
%16
%0
%25

Triadic Colors of #049fbe

#049fbe #be049f #9fbe04

Analogous Colors of #049fbe

#049fbe #0442be #04be80

Monochromatic Colors of #049fbe

#049fbe

Complementary Color

#049fbe #be2304

#049fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#049fbe Color CSS Codes

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

#049fbe Text Font Color

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

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


#049fbe Background Color

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

This div background color is #049fbe


#049fbe Border Color

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

This div border color is #049fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049fbe


Comments

No comments written yet.

Please login to write comment.