Color Hex Logo

#049adf Color Hex

#049ADF
(4,154,223)
0 Favorites   0 Comments

Color spaces of #049adf

RGB 4154223
HSL0.550.960.45
HSV199°98°87°
CMYK 0.980.310.00   0.13
XYZ24.925028.464773.9926
Yxy28.46470.19570.2235
Hunter Lab53.3523-9.9754-44.8808
CIE-Lab60.3063-8.8678-44.2728

#049adf color RGB value is (4,154,223).

#049adf hex color red value is 4, green value is 154 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #049adf hue: 0.55 , saturation: 0.96 and the lightness value of 049adf is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011010 11011111
Octal 4 232 337
Decimal 4 154 223
Hex 4 9A DF

RGB Percentages of Color #049adf

%1.05
%40.42
%58.53

CMYK Percentages of Color #049adf

%98
%31
%0
%13

Triadic Colors of #049adf

#049adf #df049a #9adf04

Analogous Colors of #049adf

#049adf #042ddf #04dfb7

Monochromatic Colors of #049adf

#049adf

Complementary Color

#049adf #df4904

#049adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#049adf Color CSS Codes

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

#049adf Text Font Color

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

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


#049adf Background Color

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

This div background color is #049adf


#049adf Border Color

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

This div border color is #049adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049adf


Comments

No comments written yet.

Please login to write comment.