Color Hex Logo

#446edf Color Hex

#446EDF
(68,110,223)
0 Favorites   0 Comments

Color spaces of #446edf

RGB 68110223
HSL0.620.710.57
HSV224°70°87°
CMYK 0.700.510.00   0.13
XYZ21.279117.708572.1086
Yxy17.70850.19150.1594
Hunter Lab42.081516.6185-72.1392
CIE-Lab49.140622.8260-62.0187

#446edf color RGB value is (68,110,223).

#446edf hex color red value is 68, green value is 110 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #446edf hue: 0.62 , saturation: 0.71 and the lightness value of 446edf is 0.57.

The process color (four color CMYK) of #446edf color hex is 0.70, 0.51, 0.00, 0.13. Web safe color of #446edf is #3366cc. Color #446edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101110 11011111
Octal 104 156 337
Decimal 68 110 223
Hex 44 6E DF

RGB Percentages of Color #446edf

%16.96
%27.43
%55.61

CMYK Percentages of Color #446edf

%70
%51
%0
%13

Triadic Colors of #446edf

#446edf #df446e #6edf44

Analogous Colors of #446edf

#446edf #6844df #44bcdf

Monochromatic Colors of #446edf

#446edf

Complementary Color

#446edf #dfb544

#446edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#446edf Color CSS Codes

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

#446edf Text Font Color

<p style="color:#446edf">Text here</p>

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


#446edf Background Color

<div style="background-color:#446edf">
Div content here</div>

This div background color is #446edf


#446edf Border Color

<div style="border:3px solid #446edf">
Div here</div>

This div border color is #446edf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,110,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #446edf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #446edf;
  -webkit-box-shadow: 1px 1px 3px 2px #446edf;
  box-shadow:         1px 1px 3px 2px #446edf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446edf


Comments

No comments written yet.

Please login to write comment.