Color Hex Logo

#106dfa Color Hex

#106DFA
(16,109,250)
0 Favorites   0 Comments

Color spaces of #106dfa

RGB 16109250
HSL0.600.960.52
HSV216°94°98°
CMYK 0.940.560.00   0.02
XYZ22.937617.949692.6981
Yxy17.94960.17170.1344
Hunter Lab42.367022.4982-100.0685
CIE-Lab49.434929.2487-76.7354

#106dfa color RGB value is (16,109,250).

#106dfa hex color red value is 16, green value is 109 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #106dfa hue: 0.60 , saturation: 0.96 and the lightness value of 106dfa is 0.52.

The process color (four color CMYK) of #106dfa color hex is 0.94, 0.56, 0.00, 0.02. Web safe color of #106dfa is #0066ff. Color #106dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01101101 11111010
Octal 20 155 372
Decimal 16 109 250
Hex 10 6D FA

RGB Percentages of Color #106dfa

%4.27
%29.07
%66.67

CMYK Percentages of Color #106dfa

%94
%56
%0
%2

Triadic Colors of #106dfa

#106dfa #fa106d #6dfa10

Analogous Colors of #106dfa

#106dfa #2810fa #10e2fa

Monochromatic Colors of #106dfa

#106dfa

Complementary Color

#106dfa #fa9d10

#106dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#106dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#106dfa Color CSS Codes

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

#106dfa Text Font Color

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

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


#106dfa Background Color

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

This div background color is #106dfa


#106dfa Border Color

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

This div border color is #106dfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,109,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #106dfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #106dfa;
  -webkit-box-shadow: 1px 1px 3px 2px #106dfa;
  box-shadow:         1px 1px 3px 2px #106dfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #106dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.