Color Hex Logo

#049eba Color Hex

#049EBA
(4,158,186)
0 Favorites   0 Comments

Color spaces of #049eba

RGB 4158186
HSL0.530.960.37
HSV189°98°73°
CMYK 0.980.150.00   0.27
XYZ21.139928.024750.7495
Yxy28.02470.21160.2805
Hunter Lab52.9384-21.3616-19.7817
CIE-Lab59.9110-24.2617-24.1863

#049eba color RGB value is (4,158,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011110 10111010
Octal 4 236 272
Decimal 4 158 186
Hex 4 9E BA

RGB Percentages of Color #049eba

%1.15
%45.40
%53.45

CMYK Percentages of Color #049eba

%98
%15
%0
%27

Triadic Colors of #049eba

#049eba #ba049e #9eba04

Analogous Colors of #049eba

#049eba #0443ba #04ba7b

Monochromatic Colors of #049eba

#049eba

Complementary Color

#049eba #ba2004

#049eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#049eba Color CSS Codes

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

#049eba Text Font Color

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

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


#049eba Background Color

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

This div background color is #049eba


#049eba Border Color

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

This div border color is #049eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049eba


Comments

No comments written yet.

Please login to write comment.