Color Hex Logo

#449fdd Color Hex

#449FDD
(68,159,221)
0 Favorites   0 Comments

Color spaces of #449fdd

RGB 68159221
HSL0.570.690.57
HSV204°69°87°
CMYK 0.690.280.00   0.13
XYZ27.833231.245772.9707
Yxy31.24570.21080.2366
Hunter Lab55.8979-8.9408-38.2704
CIE-Lab62.7145-7.2559-39.3074

#449fdd color RGB value is (68,159,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011111 11011101
Octal 104 237 335
Decimal 68 159 221
Hex 44 9F DD

RGB Percentages of Color #449fdd

%15.18
%35.49
%49.33

CMYK Percentages of Color #449fdd

%69
%28
%0
%13

Triadic Colors of #449fdd

#449fdd #dd449f #9fdd44

Analogous Colors of #449fdd

#449fdd #4453dd #44ddcf

Monochromatic Colors of #449fdd

#449fdd

Complementary Color

#449fdd #dd8244

#449fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#449fdd Color CSS Codes

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

#449fdd Text Font Color

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

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


#449fdd Background Color

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

This div background color is #449fdd


#449fdd Border Color

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

This div border color is #449fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449fdd


Comments

No comments written yet.

Please login to write comment.