Color Hex Logo

#449bfd Color Hex

#449BFD
(68,155,253)
0 Favorites   0 Comments

Color spaces of #449bfd

RGB 68155253
HSL0.590.980.63
HSV212°73°99°
CMYK 0.730.390.00   0.01
XYZ31.834931.763597.3816
Yxy31.76350.19780.1973
Hunter Lab56.35912.1987-62.9944
CIE-Lab63.14696.0856-56.2341

#449bfd color RGB value is (68,155,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011011 11111101
Octal 104 233 375
Decimal 68 155 253
Hex 44 9B FD

RGB Percentages of Color #449bfd

%14.29
%32.56
%53.15

CMYK Percentages of Color #449bfd

%73
%39
%0
%1

Triadic Colors of #449bfd

#449bfd #fd449b #9bfd44

Analogous Colors of #449bfd

#449bfd #4944fd #44f8fd

Monochromatic Colors of #449bfd

#449bfd

Complementary Color

#449bfd #fda644

#449bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#449bfd Color CSS Codes

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

#449bfd Text Font Color

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

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


#449bfd Background Color

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

This div background color is #449bfd


#449bfd Border Color

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

This div border color is #449bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449bfd


Comments

No comments written yet.

Please login to write comment.