Color Hex Logo

#446deb Color Hex

#446DEB
(68,109,235)
0 Favorites   0 Comments

Color spaces of #446deb

RGB 68109235
HSL0.630.810.59
HSV225°71°92°
CMYK 0.710.540.00   0.08
XYZ22.847918.164480.8991
Yxy18.16440.18740.1490
Hunter Lab42.619721.1071-82.7082
CIE-Lab49.694927.7217-67.8772

#446deb color RGB value is (68,109,235).

#446deb hex color red value is 68, green value is 109 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #446deb hue: 0.63 , saturation: 0.81 and the lightness value of 446deb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101101 11101011
Octal 104 155 353
Decimal 68 109 235
Hex 44 6D EB

RGB Percentages of Color #446deb

%16.50
%26.46
%57.04

CMYK Percentages of Color #446deb

%71
%54
%0
%8

Triadic Colors of #446deb

#446deb #eb446d #6deb44

Analogous Colors of #446deb

#446deb #6f44eb #44c1eb

Monochromatic Colors of #446deb

#446deb

Complementary Color

#446deb #ebc244

#446deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#446deb Color CSS Codes

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

#446deb Text Font Color

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

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


#446deb Background Color

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

This div background color is #446deb


#446deb Border Color

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

This div border color is #446deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446deb


Comments

No comments written yet.

Please login to write comment.