Color Hex Logo

#448edd Color Hex

#448EDD
(68,142,221)
0 Favorites   0 Comments

Color spaces of #448edd

RGB 68142221
HSL0.590.690.57
HSV211°69°87°
CMYK 0.690.360.00   0.13
XYZ25.108025.795472.0623
Yxy25.79540.20420.2098
Hunter Lab50.7892-0.6383-48.5713
CIE-Lab57.84232.5339-46.9784

#448edd color RGB value is (68,142,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001110 11011101
Octal 104 216 335
Decimal 68 142 221
Hex 44 8E DD

RGB Percentages of Color #448edd

%15.78
%32.95
%51.28

CMYK Percentages of Color #448edd

%69
%36
%0
%13

Triadic Colors of #448edd

#448edd #dd448e #8edd44

Analogous Colors of #448edd

#448edd #4644dd #44dbdd

Monochromatic Colors of #448edd

#448edd

Complementary Color

#448edd #dd9344

#448edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#448edd Color CSS Codes

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

#448edd Text Font Color

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

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


#448edd Background Color

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

This div background color is #448edd


#448edd Border Color

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

This div border color is #448edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448edd


Comments

No comments written yet.

Please login to write comment.