Color Hex Logo

#446aec Color Hex

#446AEC
(68,106,236)
0 Favorites   0 Comments

Color spaces of #446aec

RGB 68106236
HSL0.630.820.60
HSV226°71°93°
CMYK 0.710.550.00   0.07
XYZ22.678317.593181.5574
Yxy17.59310.18610.1444
Hunter Lab41.944123.1089-85.9243
CIE-Lab48.998829.9510-69.5673

#446aec color RGB value is (68,106,236).

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

The process color (four color CMYK) of #446aec color hex is 0.71, 0.55, 0.00, 0.07. Web safe color of #446aec is #3366ff. Color #446aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101010 11101100
Octal 104 152 354
Decimal 68 106 236
Hex 44 6A EC

RGB Percentages of Color #446aec

%16.59
%25.85
%57.56

CMYK Percentages of Color #446aec

%71
%55
%0
%7

Triadic Colors of #446aec

#446aec #ec446a #6aec44

Analogous Colors of #446aec

#446aec #7244ec #44beec

Monochromatic Colors of #446aec

#446aec

Complementary Color

#446aec #ecc644

#446aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#446aec Color CSS Codes

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

#446aec Text Font Color

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

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


#446aec Background Color

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

This div background color is #446aec


#446aec Border Color

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

This div border color is #446aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446aec


Comments

No comments written yet.

Please login to write comment.