Color Hex Logo

#104680 Color Hex

#104680
(16,70,128)
0 Favorites   0 Comments

Color spaces of #104680

RGB 1670128
HSL0.590.780.28
HSV211°88°50°
CMYK 0.880.450.00   0.50
XYZ6.30016.049021.2576
Yxy6.04900.18750.1800
Hunter Lab24.59472.6832-34.0290
CIE-Lab29.53586.0767-37.5141

#104680 color RGB value is (16,70,128).

#104680 hex color red value is 16, green value is 70 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #104680 hue: 0.59 , saturation: 0.78 and the lightness value of 104680 is 0.28.

The process color (four color CMYK) of #104680 color hex is 0.88, 0.45, 0.00, 0.50. Web safe color of #104680 is #003399. Color #104680 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01000110 10000000
Octal 20 106 200
Decimal 16 70 128
Hex 10 46 80

RGB Percentages of Color #104680

%7.48
%32.71
%59.81

CMYK Percentages of Color #104680

%88
%45
%0
%50

Triadic Colors of #104680

#104680 #801046 #468010

Analogous Colors of #104680

#104680 #121080 #107e80

Monochromatic Colors of #104680

#104680

Complementary Color

#104680 #804a10

#104680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#104680 Color CSS Codes

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

#104680 Text Font Color

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

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


#104680 Background Color

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

This div background color is #104680


#104680 Border Color

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

This div border color is #104680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104680


Comments

No comments written yet.

Please login to write comment.