Color Hex Logo

#448adb Color Hex

#448ADB
(68,138,219)
0 Favorites   0 Comments

Color spaces of #448adb

RGB 68138219
HSL0.590.680.56
HSV212°69°86°
CMYK 0.690.370.00   0.14
XYZ24.258624.520470.4722
Yxy24.52040.20340.2056
Hunter Lab49.51810.7894-49.7166
CIE-Lab56.60514.2075-47.8200

#448adb color RGB value is (68,138,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001010 11011011
Octal 104 212 333
Decimal 68 138 219
Hex 44 8A DB

RGB Percentages of Color #448adb

%16.00
%32.47
%51.53

CMYK Percentages of Color #448adb

%69
%37
%0
%14

Triadic Colors of #448adb

#448adb #db448a #8adb44

Analogous Colors of #448adb

#448adb #4a44db #44d6db

Monochromatic Colors of #448adb

#448adb

Complementary Color

#448adb #db9544

#448adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#448adb Color CSS Codes

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

#448adb Text Font Color

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

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


#448adb Background Color

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

This div background color is #448adb


#448adb Border Color

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

This div border color is #448adb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,138,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 #448adb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448adb


Comments

No comments written yet.

Please login to write comment.