Color Hex Logo

#447cde Color Hex

#447CDE
(68,124,222)
0 Favorites   0 Comments

Color spaces of #447cde

RGB 68124222
HSL0.610.700.57
HSV218°69°87°
CMYK 0.690.440.00   0.13
XYZ22.776420.918271.9444
Yxy20.91820.19700.1809
Hunter Lab45.73648.8530-61.2490
CIE-Lab52.859913.7551-55.4738

#447cde color RGB value is (68,124,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111100 11011110
Octal 104 174 336
Decimal 68 124 222
Hex 44 7C DE

RGB Percentages of Color #447cde

%16.43
%29.95
%53.62

CMYK Percentages of Color #447cde

%69
%44
%0
%13

Triadic Colors of #447cde

#447cde #de447c #7cde44

Analogous Colors of #447cde

#447cde #5944de #44c9de

Monochromatic Colors of #447cde

#447cde

Complementary Color

#447cde #dea644

#447cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#447cde Color CSS Codes

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

#447cde Text Font Color

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

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


#447cde Background Color

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

This div background color is #447cde


#447cde Border Color

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

This div border color is #447cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447cde


Comments

No comments written yet.

Please login to write comment.