Color Hex Logo

#449dbb Color Hex

#449DBB
(68,157,187)
0 Favorites   0 Comments

Color spaces of #449dbb

RGB 68157187
HSL0.540.470.50
HSV195°64°73°
CMYK 0.640.160.00   0.27
XYZ23.410528.930751.3640
Yxy28.93070.22570.2790
Hunter Lab53.7873-16.4369-18.9677
CIE-Lab60.7204-17.2709-23.4142

#449dbb color RGB value is (68,157,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011101 10111011
Octal 104 235 273
Decimal 68 157 187
Hex 44 9D BB

RGB Percentages of Color #449dbb

%16.50
%38.11
%45.39

CMYK Percentages of Color #449dbb

%64
%16
%0
%27

Triadic Colors of #449dbb

#449dbb #bb449d #9dbb44

Analogous Colors of #449dbb

#449dbb #4461bb #44bb9e

Monochromatic Colors of #449dbb

#449dbb

Complementary Color

#449dbb #bb6244

#449dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#449dbb Color CSS Codes

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

#449dbb Text Font Color

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

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


#449dbb Background Color

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

This div background color is #449dbb


#449dbb Border Color

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

This div border color is #449dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449dbb


Comments

No comments written yet.

Please login to write comment.