Color Hex Logo

#449dde Color Hex

#449DDE
(68,157,222)
0 Favorites   0 Comments

Color spaces of #449dde

RGB 68157222
HSL0.570.700.57
HSV205°69°87°
CMYK 0.690.290.00   0.13
XYZ27.625730.616873.5608
Yxy30.61680.20960.2323
Hunter Lab55.3324-7.7125-40.0894
CIE-Lab62.1828-5.7913-40.6946

#449dde color RGB value is (68,157,222).

#449dde hex color red value is 68, green value is 157 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #449dde hue: 0.57 , saturation: 0.70 and the lightness value of 449dde is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011101 11011110
Octal 104 235 336
Decimal 68 157 222
Hex 44 9D DE

RGB Percentages of Color #449dde

%15.21
%35.12
%49.66

CMYK Percentages of Color #449dde

%69
%29
%0
%13

Triadic Colors of #449dde

#449dde #de449d #9dde44

Analogous Colors of #449dde

#449dde #4450de #44ded2

Monochromatic Colors of #449dde

#449dde

Complementary Color

#449dde #de8544

#449dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#449dde Color CSS Codes

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

#449dde Text Font Color

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

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


#449dde Background Color

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

This div background color is #449dde


#449dde Border Color

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

This div border color is #449dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449dde


Comments

No comments written yet.

Please login to write comment.