Color Hex Logo

#049cdc Color Hex

#049CDC
(4,156,220)
0 Favorites   0 Comments

Color spaces of #049cdc

RGB 4156220
HSL0.550.960.44
HSV198°98°86°
CMYK 0.980.290.00   0.14
XYZ24.856828.970171.9918
Yxy28.97010.19760.2303
Hunter Lab53.8239-11.7574-41.6263
CIE-Lab60.7552-11.0952-41.8993

#049cdc color RGB value is (4,156,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011100 11011100
Octal 4 234 334
Decimal 4 156 220
Hex 4 9C DC

RGB Percentages of Color #049cdc

%1.05
%41.05
%57.89

CMYK Percentages of Color #049cdc

%98
%29
%0
%14

Triadic Colors of #049cdc

#049cdc #dc049c #9cdc04

Analogous Colors of #049cdc

#049cdc #0430dc #04dcb0

Monochromatic Colors of #049cdc

#049cdc

Complementary Color

#049cdc #dc4404

#049cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#049cdc Color CSS Codes

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

#049cdc Text Font Color

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

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


#049cdc Background Color

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

This div background color is #049cdc


#049cdc Border Color

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

This div border color is #049cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049cdc


Comments

No comments written yet.

Please login to write comment.