color codes Logo

#049dbc color codes

#049DBC
(4,157,188)
0 Favorites   0 Comments

Color spaces of #049dbc

RGB 4157188
HSL0.530.960.38
HSV190°98°74°
CMYK 0.980.160.00   0.26
XYZ21.184127.770651.8207
Yxy27.77060.21020.2756
Hunter Lab52.6978-20.4656-21.4147
CIE-Lab59.6809-23.0588-25.6665

#049dbc color RGB value is (4,157,188).

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

The process color (four color CMYK) of #049dbc color code is 0.98, 0.16, 0.00, 0.26. Web safe color of #049dbc is #0099cc. Color #049dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011101 10111100
Octal 4 235 274
Decimal 4 157 188
Hex 4 9D BC

RGB Percentages of Color #049dbc

%1.15
%44.99
%53.87

CMYK Percentages of Color #049dbc

%98
%16
%0
%26

Triadic Colors of #049dbc

#049dbc #bc049d #9dbc04

Analogous Colors of #049dbc

#049dbc #0441bc #04bc7f

Monochromatic Colors of #049dbc

#049dbc

Complementary Color

#049dbc #bc2304

#049dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#049dbc Color CSS Codes

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

#049dbc Text Font Color

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

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


#049dbc Background Color

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

This div background color is #049dbc


#049dbc Border Color

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

This div border color is #049dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049dbc


Comments

No comments written yet.

Please login to write comment.