Color Hex Logo

#049dee Color Hex

#049DEE
(4,157,238)
0 Favorites   0 Comments

Color spaces of #049dee

RGB 4157238
HSL0.560.970.47
HSV201°98°93°
CMYK 0.980.340.00   0.07
XYZ27.539730.312885.2884
Yxy30.31280.19240.2118
Hunter Lab55.0571-7.0636-53.3057
CIE-Lab61.9232-5.0163-50.0125

#049dee color RGB value is (4,157,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011101 11101110
Octal 4 235 356
Decimal 4 157 238
Hex 4 9D EE

RGB Percentages of Color #049dee

%1.00
%39.35
%59.65

CMYK Percentages of Color #049dee

%98
%34
%0
%7

Triadic Colors of #049dee

#049dee #ee049d #9dee04

Analogous Colors of #049dee

#049dee #0428ee #04eeca

Monochromatic Colors of #049dee

#049dee

Complementary Color

#049dee #ee5504

#049dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#049dee Color CSS Codes

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

#049dee Text Font Color

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

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


#049dee Background Color

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

This div background color is #049dee


#049dee Border Color

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

This div border color is #049dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049dee


Comments

No comments written yet.

Please login to write comment.