Color Hex Logo

#448acc Color Hex

#448ACC
(68,138,204)
0 Favorites   0 Comments

Color spaces of #448acc

RGB 68138204
HSL0.580.570.53
HSV209°67°80°
CMYK 0.670.320.00   0.20
XYZ22.371523.765560.5348
Yxy23.76550.20970.2228
Hunter Lab48.7499-3.3980-39.4980
CIE-Lab55.8522-0.9945-40.5710

#448acc color RGB value is (68,138,204).

#448acc hex color red value is 68, green value is 138 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #448acc hue: 0.58 , saturation: 0.57 and the lightness value of 448acc is 0.53.

The process color (four color CMYK) of #448acc color hex is 0.67, 0.32, 0.00, 0.20. Web safe color of #448acc is #3399cc. Color #448acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001010 11001100
Octal 104 212 314
Decimal 68 138 204
Hex 44 8A CC

RGB Percentages of Color #448acc

%16.59
%33.66
%49.76

CMYK Percentages of Color #448acc

%67
%32
%0
%20

Triadic Colors of #448acc

#448acc #cc448a #8acc44

Analogous Colors of #448acc

#448acc #4446cc #44ccca

Monochromatic Colors of #448acc

#448acc

Complementary Color

#448acc #cc8644

#448acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#448acc Color CSS Codes

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

#448acc Text Font Color

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

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


#448acc Background Color

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

This div background color is #448acc


#448acc Border Color

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

This div border color is #448acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448acc


Comments

No comments written yet.

Please login to write comment.