Color Hex Logo

#449dad Color Hex

#449DAD
(68,157,173)
0 Favorites   0 Comments

Color spaces of #449dad

RGB 68157173
HSL0.530.440.47
HSV189°61°68°
CMYK 0.610.090.00   0.32
XYZ21.983728.360043.8505
Yxy28.36000.23340.3011
Hunter Lab53.2541-19.5085-11.5427
CIE-Lab60.2126-21.5833-16.2948

#449dad color RGB value is (68,157,173).

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

The process color (four color CMYK) of #449dad color hex is 0.61, 0.09, 0.00, 0.32. Web safe color of #449dad is #339999. Color #449dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011101 10101101
Octal 104 235 255
Decimal 68 157 173
Hex 44 9D AD

RGB Percentages of Color #449dad

%17.09
%39.45
%43.47

CMYK Percentages of Color #449dad

%61
%9
%0
%32

Triadic Colors of #449dad

#449dad #ad449d #9dad44

Analogous Colors of #449dad

#449dad #4469ad #44ad89

Monochromatic Colors of #449dad

#449dad

Complementary Color

#449dad #ad5444

#449dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#449dad Color CSS Codes

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

#449dad Text Font Color

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

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


#449dad Background Color

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

This div background color is #449dad


#449dad Border Color

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

This div border color is #449dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449dad


Comments

No comments written yet.

Please login to write comment.