Color Hex Logo

#049eea Color Hex

#049EEA
(4,158,234)
0 Favorites   0 Comments

Color spaces of #049eea

RGB 4158234
HSL0.560.970.47
HSV200°98°92°
CMYK 0.980.320.00   0.08
XYZ27.128230.420082.2837
Yxy30.42000.19400.2175
Hunter Lab55.1543-8.7231-49.8456
CIE-Lab62.0149-7.0679-47.6633

#049eea color RGB value is (4,158,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011110 11101010
Octal 4 236 352
Decimal 4 158 234
Hex 4 9E EA

RGB Percentages of Color #049eea

%1.01
%39.90
%59.09

CMYK Percentages of Color #049eea

%98
%32
%0
%8

Triadic Colors of #049eea

#049eea #ea049e #9eea04

Analogous Colors of #049eea

#049eea #042bea #04eac3

Monochromatic Colors of #049eea

#049eea

Complementary Color

#049eea #ea5004

#049eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#049eea Color CSS Codes

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

#049eea Text Font Color

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

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


#049eea Background Color

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

This div background color is #049eea


#049eea Border Color

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

This div border color is #049eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049eea


Comments

No comments written yet.

Please login to write comment.