Color Hex Logo

#448ccc Color Hex

#448CCC
(68,140,204)
0 Favorites   0 Comments

Color spaces of #448ccc

RGB 68140204
HSL0.580.570.53
HSV208°67°80°
CMYK 0.670.310.00   0.20
XYZ22.661124.344760.6314
Yxy24.34470.21050.2262
Hunter Lab49.3403-4.3639-38.3197
CIE-Lab56.4313-2.1639-39.6601

#448ccc color RGB value is (68,140,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001100 11001100
Octal 104 214 314
Decimal 68 140 204
Hex 44 8C CC

RGB Percentages of Color #448ccc

%16.50
%33.98
%49.51

CMYK Percentages of Color #448ccc

%67
%31
%0
%20

Triadic Colors of #448ccc

#448ccc #cc448c #8ccc44

Analogous Colors of #448ccc

#448ccc #4448cc #44ccc8

Monochromatic Colors of #448ccc

#448ccc

Complementary Color

#448ccc #cc8444

#448ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#448ccc Color CSS Codes

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

#448ccc Text Font Color

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

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


#448ccc Background Color

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

This div background color is #448ccc


#448ccc Border Color

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

This div border color is #448ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448ccc


Comments

No comments written yet.

Please login to write comment.