Color Hex Logo

#449dfb Color Hex

#449DFB
(68,157,251)
0 Favorites   0 Comments

Color spaces of #449dfb

RGB 68157251
HSL0.590.960.63
HSV211°73°98°
CMYK 0.730.370.00   0.02
XYZ31.853532.307995.8240
Yxy32.30790.19910.2019
Hunter Lab56.84000.5624-60.1662
CIE-Lab63.59654.2153-54.4260

#449dfb color RGB value is (68,157,251).

#449dfb hex color red value is 68, green value is 157 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #449dfb hue: 0.59 , saturation: 0.96 and the lightness value of 449dfb is 0.63.

The process color (four color CMYK) of #449dfb color hex is 0.73, 0.37, 0.00, 0.02. Web safe color of #449dfb is #3399ff. Color #449dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011101 11111011
Octal 104 235 373
Decimal 68 157 251
Hex 44 9D FB

RGB Percentages of Color #449dfb

%14.29
%32.98
%52.73

CMYK Percentages of Color #449dfb

%73
%37
%0
%2

Triadic Colors of #449dfb

#449dfb #fb449d #9dfb44

Analogous Colors of #449dfb

#449dfb #4744fb #44f9fb

Monochromatic Colors of #449dfb

#449dfb

Complementary Color

#449dfb #fba244

#449dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#449dfb Color CSS Codes

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

#449dfb Text Font Color

<p style="color:#449dfb">Text here</p>

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


#449dfb Background Color

<div style="background-color:#449dfb">
Div content here</div>

This div background color is #449dfb


#449dfb Border Color

<div style="border:3px solid #449dfb">
Div here</div>

This div border color is #449dfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,157,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #449dfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #449dfb;
  -webkit-box-shadow: 1px 1px 3px 2px #449dfb;
  box-shadow:         1px 1px 3px 2px #449dfb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.