Color Hex Logo

#449bfa Color Hex

#449BFA
(68,155,250)
0 Favorites   0 Comments

Color spaces of #449bfa

RGB 68155250
HSL0.590.950.62
HSV211°73°98°
CMYK 0.730.380.00   0.02
XYZ31.360631.573894.8839
Yxy31.57380.19870.2001
Hunter Lab56.19061.2894-60.7842
CIE-Lab62.98915.0330-54.8446

#449bfa color RGB value is (68,155,250).

#449bfa hex color red value is 68, green value is 155 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #449bfa hue: 0.59 , saturation: 0.95 and the lightness value of 449bfa is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011011 11111010
Octal 104 233 372
Decimal 68 155 250
Hex 44 9B FA

RGB Percentages of Color #449bfa

%14.38
%32.77
%52.85

CMYK Percentages of Color #449bfa

%73
%38
%0
%2

Triadic Colors of #449bfa

#449bfa #fa449b #9bfa44

Analogous Colors of #449bfa

#449bfa #4844fa #44f6fa

Monochromatic Colors of #449bfa

#449bfa

Complementary Color

#449bfa #faa344

#449bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#449bfa Color CSS Codes

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

#449bfa Text Font Color

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

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


#449bfa Background Color

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

This div background color is #449bfa


#449bfa Border Color

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

This div border color is #449bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449bfa


Comments

No comments written yet.

Please login to write comment.