Color Hex Logo

#104149 Color Hex

#104149
(16,65,73)
0 Favorites   0 Comments

Color spaces of #104149

RGB 166573
HSL0.520.640.17
HSV188°78°29°
CMYK 0.780.110.00   0.71
XYZ3.30664.37186.9729
Yxy4.37180.22570.2984
Hunter Lab20.9088-8.3619-5.1364
CIE-Lab24.8644-12.9154-9.5610

#104149 color RGB value is (16,65,73).

#104149 hex color red value is 16, green value is 65 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #104149 hue: 0.52 , saturation: 0.64 and the lightness value of 104149 is 0.17.

The process color (four color CMYK) of #104149 color hex is 0.78, 0.11, 0.00, 0.71. Web safe color of #104149 is #003333. Color #104149 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01000001 01001001
Octal 20 101 111
Decimal 16 65 73
Hex 10 41 49

RGB Percentages of Color #104149

%10.39
%42.21
%47.40

CMYK Percentages of Color #104149

%78
%11
%0
%71

Triadic Colors of #104149

#104149 #491041 #414910

Analogous Colors of #104149

#104149 #102549 #104935

Monochromatic Colors of #104149

#104149

Complementary Color

#104149 #491810

#104149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#104149 Color CSS Codes

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

#104149 Text Font Color

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

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


#104149 Background Color

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

This div background color is #104149


#104149 Border Color

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

This div border color is #104149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104149


Comments

No comments written yet.

Please login to write comment.