Color Hex Logo

#448edb Color Hex

#448EDB
(68,142,219)
0 Favorites   0 Comments

Color spaces of #448edb

RGB 68142219
HSL0.580.680.56
HSV211°69°86°
CMYK 0.690.350.00   0.14
XYZ24.843125.689470.6670
Yxy25.68940.20500.2120
Hunter Lab50.6847-1.2065-47.1856
CIE-Lab57.74101.8383-46.0208

#448edb color RGB value is (68,142,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001110 11011011
Octal 104 216 333
Decimal 68 142 219
Hex 44 8E DB

RGB Percentages of Color #448edb

%15.85
%33.10
%51.05

CMYK Percentages of Color #448edb

%69
%35
%0
%14

Triadic Colors of #448edb

#448edb #db448e #8edb44

Analogous Colors of #448edb

#448edb #4644db #44dadb

Monochromatic Colors of #448edb

#448edb

Complementary Color

#448edb #db9144

#448edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#448edb Color CSS Codes

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

#448edb Text Font Color

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

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


#448edb Background Color

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

This div background color is #448edb


#448edb Border Color

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

This div border color is #448edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448edb


Comments

No comments written yet.

Please login to write comment.