Color Hex Logo

#449db4 Color Hex

#449DB4
(68,157,180)
0 Favorites   0 Comments

Color spaces of #449db4

RGB 68157180
HSL0.530.450.49
HSV192°62°71°
CMYK 0.620.130.00   0.29
XYZ22.679128.638247.5124
Yxy28.63820.22950.2898
Hunter Lab53.5147-18.0038-15.1797
CIE-Lab60.4610-19.4513-19.8684

#449db4 color RGB value is (68,157,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011101 10110100
Octal 104 235 264
Decimal 68 157 180
Hex 44 9D B4

RGB Percentages of Color #449db4

%16.79
%38.77
%44.44

CMYK Percentages of Color #449db4

%62
%13
%0
%29

Triadic Colors of #449db4

#449db4 #b4449d #9db444

Analogous Colors of #449db4

#449db4 #4465b4 #44b493

Monochromatic Colors of #449db4

#449db4

Complementary Color

#449db4 #b45b44

#449db4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449db4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#449db4 Color CSS Codes

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

#449db4 Text Font Color

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

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


#449db4 Background Color

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

This div background color is #449db4


#449db4 Border Color

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

This div border color is #449db4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449db4


Comments

No comments written yet.

Please login to write comment.