Color Hex Logo

#449df5 Color Hex

#449DF5
(68,157,245)
0 Favorites   0 Comments

Color spaces of #449df5

RGB 68157245
HSL0.580.900.61
HSV210°72°96°
CMYK 0.720.360.00   0.04
XYZ30.922331.935590.9206
Yxy31.93550.20110.2077
Hunter Lab56.5115-1.2224-55.8328
CIE-Lab63.28952.1207-51.6288

#449df5 color RGB value is (68,157,245).

#449df5 hex color red value is 68, green value is 157 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #449df5 hue: 0.58 , saturation: 0.90 and the lightness value of 449df5 is 0.61.

The process color (four color CMYK) of #449df5 color hex is 0.72, 0.36, 0.00, 0.04. Web safe color of #449df5 is #3399ff. Color #449df5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011101 11110101
Octal 104 235 365
Decimal 68 157 245
Hex 44 9D F5

RGB Percentages of Color #449df5

%14.47
%33.40
%52.13

CMYK Percentages of Color #449df5

%72
%36
%0
%4

Triadic Colors of #449df5

#449df5 #f5449d #9df544

Analogous Colors of #449df5

#449df5 #4445f5 #44f5f5

Monochromatic Colors of #449df5

#449df5

Complementary Color

#449df5 #f59c44

#449df5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449df5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#449df5 Color CSS Codes

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

#449df5 Text Font Color

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

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


#449df5 Background Color

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

This div background color is #449df5


#449df5 Border Color

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

This div border color is #449df5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449df5


Comments

No comments written yet.

Please login to write comment.