Color Hex Logo

#104466 Color Hex

#104466
(16,68,102)
0 Favorites   0 Comments

Color spaces of #104466

RGB 1668102
HSL0.570.730.23
HSV204°84°40°
CMYK 0.840.330.00   0.60
XYZ4.67915.203713.3282
Yxy5.20370.20160.2242
Hunter Lab22.8116-3.3066-18.6734
CIE-Lab27.3074-3.4195-24.6362

#104466 color RGB value is (16,68,102).

#104466 hex color red value is 16, green value is 68 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #104466 hue: 0.57 , saturation: 0.73 and the lightness value of 104466 is 0.23.

The process color (four color CMYK) of #104466 color hex is 0.84, 0.33, 0.00, 0.60. Web safe color of #104466 is #003366. Color #104466 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01000100 01100110
Octal 20 104 146
Decimal 16 68 102
Hex 10 44 66

RGB Percentages of Color #104466

%8.60
%36.56
%54.84

CMYK Percentages of Color #104466

%84
%33
%0
%60

Triadic Colors of #104466

#104466 #661044 #446610

Analogous Colors of #104466

#104466 #101966 #10665d

Monochromatic Colors of #104466

#104466

Complementary Color

#104466 #663210

#104466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#104466 Color CSS Codes

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

#104466 Text Font Color

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

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


#104466 Background Color

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

This div background color is #104466


#104466 Border Color

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

This div border color is #104466


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,68,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #104466; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #104466;
  -webkit-box-shadow: 1px 1px 3px 2px #104466;
  box-shadow:         1px 1px 3px 2px #104466; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104466


Comments

No comments written yet.

Please login to write comment.