Color Hex Logo

#447cdc Color Hex

#447CDC
(68,124,220)
0 Favorites   0 Comments

Color spaces of #447cdc

RGB 68124220
HSL0.610.680.56
HSV218°69°86°
CMYK 0.690.440.00   0.14
XYZ22.509820.811670.5408
Yxy20.81160.19770.1828
Hunter Lab45.61978.2414-59.7450
CIE-Lab52.742713.0436-54.5355

#447cdc color RGB value is (68,124,220).

#447cdc hex color red value is 68, green value is 124 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #447cdc hue: 0.61 , saturation: 0.68 and the lightness value of 447cdc is 0.56.

The process color (four color CMYK) of #447cdc color hex is 0.69, 0.44, 0.00, 0.14. Web safe color of #447cdc is #3366cc. Color #447cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111100 11011100
Octal 104 174 334
Decimal 68 124 220
Hex 44 7C DC

RGB Percentages of Color #447cdc

%16.50
%30.10
%53.40

CMYK Percentages of Color #447cdc

%69
%44
%0
%14

Triadic Colors of #447cdc

#447cdc #dc447c #7cdc44

Analogous Colors of #447cdc

#447cdc #5844dc #44c8dc

Monochromatic Colors of #447cdc

#447cdc

Complementary Color

#447cdc #dca444

#447cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#447cdc Color CSS Codes

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

#447cdc Text Font Color

<p style="color:#447cdc">Text here</p>

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


#447cdc Background Color

<div style="background-color:#447cdc">
Div content here</div>

This div background color is #447cdc


#447cdc Border Color

<div style="border:3px solid #447cdc">
Div here</div>

This div border color is #447cdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,124,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #447cdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #447cdc;
  -webkit-box-shadow: 1px 1px 3px 2px #447cdc;
  box-shadow:         1px 1px 3px 2px #447cdc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447cdc


Comments

No comments written yet.

Please login to write comment.