Color Hex Logo

#103aad Color Hex

#103AAD
(16,58,173)
0 Favorites   0 Comments

Color spaces of #103aad

RGB 1658173
HSL0.620.830.37
HSV224°91°68°
CMYK 0.910.660.00   0.32
XYZ9.26966.153440.2343
Yxy6.15340.16650.1106
Hunter Lab24.806023.2918-78.8015
CIE-Lab29.796232.7524-64.5598

#103aad color RGB value is (16,58,173).

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

The process color (four color CMYK) of #103aad color hex is 0.91, 0.66, 0.00, 0.32. Web safe color of #103aad is #003399. Color #103aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00111010 10101101
Octal 20 72 255
Decimal 16 58 173
Hex 10 3A AD

RGB Percentages of Color #103aad

%6.48
%23.48
%70.04

CMYK Percentages of Color #103aad

%91
%66
%0
%32

Triadic Colors of #103aad

#103aad #ad103a #3aad10

Analogous Colors of #103aad

#103aad #3410ad #1089ad

Monochromatic Colors of #103aad

#103aad

Complementary Color

#103aad #ad8310

#103aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#103aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#103aad Color CSS Codes

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

#103aad Text Font Color

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

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


#103aad Background Color

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

This div background color is #103aad


#103aad Border Color

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

This div border color is #103aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,58,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 #103aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #103aad


Comments

No comments written yet.

Please login to write comment.