Color Hex Logo

#449eda Color Hex

#449EDA
(68,158,218)
0 Favorites   0 Comments

Color spaces of #449eda

RGB 68158218
HSL0.570.670.56
HSV204°69°85°
CMYK 0.690.280.00   0.15
XYZ27.265630.744670.8269
Yxy30.74460.21160.2386
Hunter Lab55.4478-9.2591-36.9213
CIE-Lab62.2914-7.7049-38.3058

#449eda color RGB value is (68,158,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011110 11011010
Octal 104 236 332
Decimal 68 158 218
Hex 44 9E DA

RGB Percentages of Color #449eda

%15.32
%35.59
%49.10

CMYK Percentages of Color #449eda

%69
%28
%0
%15

Triadic Colors of #449eda

#449eda #da449e #9eda44

Analogous Colors of #449eda

#449eda #4453da #44dacb

Monochromatic Colors of #449eda

#449eda

Complementary Color

#449eda #da8044

#449eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#449eda Color CSS Codes

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

#449eda Text Font Color

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

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


#449eda Background Color

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

This div background color is #449eda


#449eda Border Color

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

This div border color is #449eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449eda


Comments

No comments written yet.

Please login to write comment.