Color Hex Logo

#104682 Color Hex

#104682
(16,70,130)
0 Favorites   0 Comments

Color spaces of #104682

RGB 1670130
HSL0.590.780.29
HSV212°88°51°
CMYK 0.880.460.00   0.49
XYZ6.43316.102221.9579
Yxy6.10220.18650.1769
Hunter Lab24.70263.2557-35.4104
CIE-Lab29.66896.9170-38.5450

#104682 color RGB value is (16,70,130).

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

The process color (four color CMYK) of #104682 color hex is 0.88, 0.46, 0.00, 0.49. Web safe color of #104682 is #003399. Color #104682 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01000110 10000010
Octal 20 106 202
Decimal 16 70 130
Hex 10 46 82

RGB Percentages of Color #104682

%7.41
%32.41
%60.19

CMYK Percentages of Color #104682

%88
%46
%0
%49

Triadic Colors of #104682

#104682 #821046 #468210

Analogous Colors of #104682

#104682 #131082 #107f82

Monochromatic Colors of #104682

#104682

Complementary Color

#104682 #824c10

#104682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#104682 Color CSS Codes

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

#104682 Text Font Color

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

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


#104682 Background Color

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

This div background color is #104682


#104682 Border Color

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

This div border color is #104682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104682


Comments

No comments written yet.

Please login to write comment.