Color Hex Logo

#449ffd Color Hex

#449FFD
(68,159,253)
0 Favorites   0 Comments

Color spaces of #449ffd

RGB 68159253
HSL0.580.980.63
HSV210°73°99°
CMYK 0.730.370.00   0.01
XYZ32.511733.117197.6072
Yxy33.11710.19920.2029
Hunter Lab57.54750.1363-60.2795
CIE-Lab64.25563.7503-54.4713

#449ffd color RGB value is (68,159,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011111 11111101
Octal 104 237 375
Decimal 68 159 253
Hex 44 9F FD

RGB Percentages of Color #449ffd

%14.17
%33.13
%52.71

CMYK Percentages of Color #449ffd

%73
%37
%0
%1

Triadic Colors of #449ffd

#449ffd #fd449f #9ffd44

Analogous Colors of #449ffd

#449ffd #4544fd #44fcfd

Monochromatic Colors of #449ffd

#449ffd

Complementary Color

#449ffd #fda244

#449ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#449ffd Color CSS Codes

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

#449ffd Text Font Color

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

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


#449ffd Background Color

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

This div background color is #449ffd


#449ffd Border Color

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

This div border color is #449ffd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,159,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 #449ffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.