Color Hex Logo

#449adb Color Hex

#449ADB
(68,154,219)
0 Favorites   0 Comments

Color spaces of #449adb

RGB 68154219
HSL0.570.680.56
HSV206°69°86°
CMYK 0.690.300.00   0.14
XYZ26.725729.454671.2945
Yxy29.45460.20970.2311
Hunter Lab54.2721-7.0758-39.8958
CIE-Lab61.1808-5.1086-40.6013

#449adb color RGB value is (68,154,219).

#449adb hex color red value is 68, green value is 154 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #449adb hue: 0.57 , saturation: 0.68 and the lightness value of 449adb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011010 11011011
Octal 104 232 333
Decimal 68 154 219
Hex 44 9A DB

RGB Percentages of Color #449adb

%15.42
%34.92
%49.66

CMYK Percentages of Color #449adb

%69
%30
%0
%14

Triadic Colors of #449adb

#449adb #db449a #9adb44

Analogous Colors of #449adb

#449adb #444fdb #44dbd1

Monochromatic Colors of #449adb

#449adb

Complementary Color

#449adb #db8544

#449adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#449adb Color CSS Codes

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

#449adb Text Font Color

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

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


#449adb Background Color

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

This div background color is #449adb


#449adb Border Color

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

This div border color is #449adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449adb


Comments

No comments written yet.

Please login to write comment.