Color Hex Logo

#449dba Color Hex

#449DBA
(68,157,186)
0 Favorites   0 Comments

Color spaces of #449dba

RGB 68157186
HSL0.540.460.50
HSV195°63°73°
CMYK 0.630.160.00   0.27
XYZ23.303828.888150.8021
Yxy28.88810.22630.2805
Hunter Lab53.7477-16.6647-18.4174
CIE-Lab60.6827-17.5854-22.9093

#449dba color RGB value is (68,157,186).

#449dba hex color red value is 68, green value is 157 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #449dba hue: 0.54 , saturation: 0.46 and the lightness value of 449dba is 0.50.

The process color (four color CMYK) of #449dba color hex is 0.63, 0.16, 0.00, 0.27. Web safe color of #449dba is #3399cc. Color #449dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011101 10111010
Octal 104 235 272
Decimal 68 157 186
Hex 44 9D BA

RGB Percentages of Color #449dba

%16.55
%38.20
%45.26

CMYK Percentages of Color #449dba

%63
%16
%0
%27

Triadic Colors of #449dba

#449dba #ba449d #9dba44

Analogous Colors of #449dba

#449dba #4462ba #44ba9c

Monochromatic Colors of #449dba

#449dba

Complementary Color

#449dba #ba6144

#449dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#449dba Color CSS Codes

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

#449dba Text Font Color

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

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


#449dba Background Color

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

This div background color is #449dba


#449dba Border Color

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

This div border color is #449dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449dba


Comments

No comments written yet.

Please login to write comment.