Color Hex Logo

#049eb9 Color Hex

#049EB9
(4,158,185)
0 Favorites   0 Comments

Color spaces of #049eb9

RGB 4158185
HSL0.520.960.37
HSV189°98°73°
CMYK 0.980.150.00   0.27
XYZ21.033927.982350.1915
Yxy27.98230.21200.2821
Hunter Lab52.8983-21.5952-19.2273
CIE-Lab59.8727-24.6038-23.6819

#049eb9 color RGB value is (4,158,185).

#049eb9 hex color red value is 4, green value is 158 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #049eb9 hue: 0.52 , saturation: 0.96 and the lightness value of 049eb9 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011110 10111001
Octal 4 236 271
Decimal 4 158 185
Hex 4 9E B9

RGB Percentages of Color #049eb9

%1.15
%45.53
%53.31

CMYK Percentages of Color #049eb9

%98
%15
%0
%27

Triadic Colors of #049eb9

#049eb9 #b9049e #9eb904

Analogous Colors of #049eb9

#049eb9 #0443b9 #04b97a

Monochromatic Colors of #049eb9

#049eb9

Complementary Color

#049eb9 #b91f04

#049eb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049eb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#049eb9 Color CSS Codes

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

#049eb9 Text Font Color

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

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


#049eb9 Background Color

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

This div background color is #049eb9


#049eb9 Border Color

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

This div border color is #049eb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049eb9


Comments

No comments written yet.

Please login to write comment.