Color Hex Logo

#446adc Color Hex

#446ADC
(68,106,220)
0 Favorites   0 Comments

Color spaces of #446adc

RGB 68106220
HSL0.630.680.56
HSV225°69°86°
CMYK 0.690.520.00   0.14
XYZ20.456216.704369.8562
Yxy16.70430.19110.1561
Hunter Lab40.870917.8166-72.7284
CIE-Lab47.885324.2718-62.3487

#446adc color RGB value is (68,106,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101010 11011100
Octal 104 152 334
Decimal 68 106 220
Hex 44 6A DC

RGB Percentages of Color #446adc

%17.26
%26.90
%55.84

CMYK Percentages of Color #446adc

%69
%52
%0
%14

Triadic Colors of #446adc

#446adc #dc446a #6adc44

Analogous Colors of #446adc

#446adc #6a44dc #44b6dc

Monochromatic Colors of #446adc

#446adc

Complementary Color

#446adc #dcb644

#446adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#446adc Color CSS Codes

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

#446adc Text Font Color

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

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


#446adc Background Color

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

This div background color is #446adc


#446adc Border Color

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

This div border color is #446adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446adc


Comments

No comments written yet.

Please login to write comment.