Color Hex Logo

#448ccd Color Hex

#448CCD
(68,140,205)
0 Favorites   0 Comments

Color spaces of #448ccd

RGB 68140205
HSL0.580.580.54
HSV208°67°80°
CMYK 0.670.320.00   0.20
XYZ22.781424.392961.2652
Yxy24.39290.21010.2249
Hunter Lab49.3892-4.0956-38.9743
CIE-Lab56.4790-1.8222-40.1491

#448ccd color RGB value is (68,140,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001100 11001101
Octal 104 214 315
Decimal 68 140 205
Hex 44 8C CD

RGB Percentages of Color #448ccd

%16.46
%33.90
%49.64

CMYK Percentages of Color #448ccd

%67
%32
%0
%20

Triadic Colors of #448ccd

#448ccd #cd448c #8ccd44

Analogous Colors of #448ccd

#448ccd #4447cd #44cdca

Monochromatic Colors of #448ccd

#448ccd

Complementary Color

#448ccd #cd8544

#448ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#448ccd Color CSS Codes

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

#448ccd Text Font Color

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

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


#448ccd Background Color

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

This div background color is #448ccd


#448ccd Border Color

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

This div border color is #448ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448ccd


Comments

No comments written yet.

Please login to write comment.