Color Hex Logo

#448ddd Color Hex

#448DDD
(68,141,221)
0 Favorites   0 Comments

Color spaces of #448ddd

RGB 68141221
HSL0.590.690.57
HSV211°69°87°
CMYK 0.690.360.00   0.13
XYZ24.959925.499272.0129
Yxy25.49920.20380.2082
Hunter Lab50.4967-0.1390-49.2052
CIE-Lab57.55863.1249-47.4277

#448ddd color RGB value is (68,141,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001101 11011101
Octal 104 215 335
Decimal 68 141 221
Hex 44 8D DD

RGB Percentages of Color #448ddd

%15.81
%32.79
%51.40

CMYK Percentages of Color #448ddd

%69
%36
%0
%13

Triadic Colors of #448ddd

#448ddd #dd448d #8ddd44

Analogous Colors of #448ddd

#448ddd #4744dd #44dadd

Monochromatic Colors of #448ddd

#448ddd

Complementary Color

#448ddd #dd9444

#448ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#448ddd Color CSS Codes

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

#448ddd Text Font Color

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

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


#448ddd Background Color

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

This div background color is #448ddd


#448ddd Border Color

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

This div border color is #448ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448ddd


Comments

No comments written yet.

Please login to write comment.