Color Hex Logo

#449aaa Color Hex

#449AAA
(68,154,170)
0 Favorites   0 Comments

Color spaces of #449aaa

RGB 68154170
HSL0.530.430.47
HSV189°60°67°
CMYK 0.600.090.00   0.33
XYZ21.195227.242442.1714
Yxy27.24240.23390.3007
Hunter Lab52.1943-18.8541-11.3686
CIE-Lab59.1980-20.9244-16.1343

#449aaa color RGB value is (68,154,170).

#449aaa hex color red value is 68, green value is 154 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #449aaa hue: 0.53 , saturation: 0.43 and the lightness value of 449aaa is 0.47.

The process color (four color CMYK) of #449aaa color hex is 0.60, 0.09, 0.00, 0.33. Web safe color of #449aaa is #339999. Color #449aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011010 10101010
Octal 104 232 252
Decimal 68 154 170
Hex 44 9A AA

RGB Percentages of Color #449aaa

%17.35
%39.29
%43.37

CMYK Percentages of Color #449aaa

%60
%9
%0
%33

Triadic Colors of #449aaa

#449aaa #aa449a #9aaa44

Analogous Colors of #449aaa

#449aaa #4467aa #44aa87

Monochromatic Colors of #449aaa

#449aaa

Complementary Color

#449aaa #aa5444

#449aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#449aaa Color CSS Codes

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

#449aaa Text Font Color

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

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


#449aaa Background Color

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

This div background color is #449aaa


#449aaa Border Color

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

This div border color is #449aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449aaa


Comments

No comments written yet.

Please login to write comment.