Color Hex Logo

#049dcc Color Hex

#049DCC
(4,157,204)
0 Favorites   0 Comments

Color spaces of #049dcc

RGB 4157204
HSL0.540.960.41
HSV194°98°80°
CMYK 0.980.230.00   0.20
XYZ23.006128.499461.4151
Yxy28.49940.20370.2524
Hunter Lab53.3848-16.4992-30.8392
CIE-Lab60.3373-17.4346-33.6316

#049dcc color RGB value is (4,157,204).

#049dcc hex color red value is 4, green value is 157 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #049dcc hue: 0.54 , saturation: 0.96 and the lightness value of 049dcc is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011101 11001100
Octal 4 235 314
Decimal 4 157 204
Hex 4 9D CC

RGB Percentages of Color #049dcc

%1.10
%43.01
%55.89

CMYK Percentages of Color #049dcc

%98
%23
%0
%20

Triadic Colors of #049dcc

#049dcc #cc049d #9dcc04

Analogous Colors of #049dcc

#049dcc #0439cc #04cc97

Monochromatic Colors of #049dcc

#049dcc

Complementary Color

#049dcc #cc3304

#049dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#049dcc Color CSS Codes

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

#049dcc Text Font Color

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

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


#049dcc Background Color

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

This div background color is #049dcc


#049dcc Border Color

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

This div border color is #049dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049dcc


Comments

No comments written yet.

Please login to write comment.