Color Hex Logo

#107cad Color Hex

#107CAD
(16,124,173)
0 Favorites   0 Comments

Color spaces of #107cad

RGB 16124173
HSL0.550.830.37
HSV199°91°68°
CMYK 0.910.280.00   0.32
XYZ14.964217.542642.1325
Yxy17.54260.20050.2350
Hunter Lab41.8839-9.5226-30.3232
CIE-Lab48.9366-9.9127-33.7816

#107cad color RGB value is (16,124,173).

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

The process color (four color CMYK) of #107cad color hex is 0.91, 0.28, 0.00, 0.32. Web safe color of #107cad is #006699. Color #107cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01111100 10101101
Octal 20 174 255
Decimal 16 124 173
Hex 10 7C AD

RGB Percentages of Color #107cad

%5.11
%39.62
%55.27

CMYK Percentages of Color #107cad

%91
%28
%0
%32

Triadic Colors of #107cad

#107cad #ad107c #7cad10

Analogous Colors of #107cad

#107cad #102ead #10ad90

Monochromatic Colors of #107cad

#107cad

Complementary Color

#107cad #ad4110

#107cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#107cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#107cad Color CSS Codes

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

#107cad Text Font Color

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

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


#107cad Background Color

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

This div background color is #107cad


#107cad Border Color

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

This div border color is #107cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #107cad


Comments

No comments written yet.

Please login to write comment.