Color Hex Logo

#448faa Color Hex

#448FAA
(68,143,170)
0 Favorites   0 Comments

Color spaces of #448faa

RGB 68143170
HSL0.540.430.47
HSV196°60°67°
CMYK 0.600.160.00   0.33
XYZ19.462123.776141.5937
Yxy23.77610.22940.2803
Hunter Lab48.7607-14.0858-16.4428
CIE-Lab55.8629-15.0492-21.2157

#448faa color RGB value is (68,143,170).

#448faa hex color red value is 68, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #448faa hue: 0.54 , saturation: 0.43 and the lightness value of 448faa is 0.47.

The process color (four color CMYK) of #448faa color hex is 0.60, 0.16, 0.00, 0.33. Web safe color of #448faa is #339999. Color #448faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001111 10101010
Octal 104 217 252
Decimal 68 143 170
Hex 44 8F AA

RGB Percentages of Color #448faa

%17.85
%37.53
%44.62

CMYK Percentages of Color #448faa

%60
%16
%0
%33

Triadic Colors of #448faa

#448faa #aa448f #8faa44

Analogous Colors of #448faa

#448faa #445caa #44aa92

Monochromatic Colors of #448faa

#448faa

Complementary Color

#448faa #aa5f44

#448faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#448faa Color CSS Codes

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

#448faa Text Font Color

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

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


#448faa Background Color

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

This div background color is #448faa


#448faa Border Color

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

This div border color is #448faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448faa


Comments

No comments written yet.

Please login to write comment.