Color Hex Logo

#449fda Color Hex

#449FDA
(68,159,218)
0 Favorites   0 Comments

Color spaces of #449fda

RGB 68159218
HSL0.570.670.56
HSV204°69°85°
CMYK 0.690.270.00   0.15
XYZ27.436931.087270.8840
Yxy31.08720.21200.2402
Hunter Lab55.7559-9.7348-36.3479
CIE-Lab62.5812-8.2647-37.8528

#449fda color RGB value is (68,159,218).

#449fda hex color red value is 68, green value is 159 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #449fda hue: 0.57 , saturation: 0.67 and the lightness value of 449fda is 0.56.

The process color (four color CMYK) of #449fda color hex is 0.69, 0.27, 0.00, 0.15. Web safe color of #449fda is #3399cc. Color #449fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011111 11011010
Octal 104 237 332
Decimal 68 159 218
Hex 44 9F DA

RGB Percentages of Color #449fda

%15.28
%35.73
%48.99

CMYK Percentages of Color #449fda

%69
%27
%0
%15

Triadic Colors of #449fda

#449fda #da449f #9fda44

Analogous Colors of #449fda

#449fda #4454da #44daca

Monochromatic Colors of #449fda

#449fda

Complementary Color

#449fda #da7f44

#449fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#449fda Color CSS Codes

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

#449fda Text Font Color

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

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


#449fda Background Color

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

This div background color is #449fda


#449fda Border Color

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

This div border color is #449fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449fda


Comments

No comments written yet.

Please login to write comment.