Color Hex Logo

#449fff Color Hex

#449FFF
(68,159,255)
0 Favorites   0 Comments

Color spaces of #449fff

RGB 68159255
HSL0.591.000.63
HSV211°73°100°
CMYK 0.730.380.00   0.00
XYZ32.832033.245299.2943
Yxy33.24520.19850.2010
Hunter Lab57.65870.7389-61.7426
CIE-Lab64.35904.4495-55.3978

#449fff color RGB value is (68,159,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011111 11111111
Octal 104 237 377
Decimal 68 159 255
Hex 44 9F FF

RGB Percentages of Color #449fff

%14.11
%32.99
%52.90

CMYK Percentages of Color #449fff

%73
%38
%0
%0

Triadic Colors of #449fff

#449fff #ff449f #9fff44

Analogous Colors of #449fff

#449fff #4644ff #44fdff

Monochromatic Colors of #449fff

#449fff

Complementary Color

#449fff #ffa444

#449fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#449fff Color CSS Codes

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

#449fff Text Font Color

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

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


#449fff Background Color

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

This div background color is #449fff


#449fff Border Color

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

This div border color is #449fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449fff

Related Colors


Comments

No comments written yet.

Please login to write comment.