Color Hex Logo

#449bdd Color Hex

#449BDD
(68,155,221)
0 Favorites   0 Comments

Color spaces of #449bdd

RGB 68155221
HSL0.570.690.57
HSV206°69°87°
CMYK 0.690.300.00   0.13
XYZ27.156429.892172.7451
Yxy29.89210.20920.2303
Hunter Lab54.6737-7.0180-40.6157
CIE-Lab61.5610-4.9974-41.1156

#449bdd color RGB value is (68,155,221).

#449bdd hex color red value is 68, green value is 155 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #449bdd hue: 0.57 , saturation: 0.69 and the lightness value of 449bdd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011011 11011101
Octal 104 233 335
Decimal 68 155 221
Hex 44 9B DD

RGB Percentages of Color #449bdd

%15.32
%34.91
%49.77

CMYK Percentages of Color #449bdd

%69
%30
%0
%13

Triadic Colors of #449bdd

#449bdd #dd449b #9bdd44

Analogous Colors of #449bdd

#449bdd #444fdd #44ddd3

Monochromatic Colors of #449bdd

#449bdd

Complementary Color

#449bdd #dd8644

#449bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#449bdd Color CSS Codes

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

#449bdd Text Font Color

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

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


#449bdd Background Color

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

This div background color is #449bdd


#449bdd Border Color

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

This div border color is #449bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449bdd


Comments

No comments written yet.

Please login to write comment.