Color Hex Logo

#104cad Color Hex

#104CAD
(16,76,173)
0 Favorites   0 Comments

Color spaces of #104cad

RGB 1676173
HSL0.600.830.37
HSV217°91°68°
CMYK 0.910.560.00   0.32
XYZ10.34108.296240.5915
Yxy8.29620.17460.1401
Hunter Lab28.803113.6802-63.3937
CIE-Lab34.592320.6255-56.7142

#104cad color RGB value is (16,76,173).

#104cad hex color red value is 16, green value is 76 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #104cad hue: 0.60 , saturation: 0.83 and the lightness value of 104cad is 0.37.

The process color (four color CMYK) of #104cad color hex is 0.91, 0.56, 0.00, 0.32. Web safe color of #104cad is #003399. Color #104cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01001100 10101101
Octal 20 114 255
Decimal 16 76 173
Hex 10 4C AD

RGB Percentages of Color #104cad

%6.04
%28.68
%65.28

CMYK Percentages of Color #104cad

%91
%56
%0
%32

Triadic Colors of #104cad

#104cad #ad104c #4cad10

Analogous Colors of #104cad

#104cad #2310ad #109bad

Monochromatic Colors of #104cad

#104cad

Complementary Color

#104cad #ad7110

#104cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#104cad Color CSS Codes

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

#104cad Text Font Color

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

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


#104cad Background Color

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

This div background color is #104cad


#104cad Border Color

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

This div border color is #104cad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,76,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #104cad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #104cad;
  -webkit-box-shadow: 1px 1px 3px 2px #104cad;
  box-shadow:         1px 1px 3px 2px #104cad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104cad


Comments

No comments written yet.

Please login to write comment.