Color Hex Logo

#106dfb Color Hex

#106DFB
(16,109,251)
0 Favorites   0 Comments

Color spaces of #106dfb

RGB 16109251
HSL0.600.970.52
HSV216°94°98°
CMYK 0.940.570.00   0.02
XYZ23.094918.012593.5263
Yxy18.01250.17150.1338
Hunter Lab42.441122.8611-100.9469
CIE-Lab49.511329.6296-77.1667

#106dfb color RGB value is (16,109,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01101101 11111011
Octal 20 155 373
Decimal 16 109 251
Hex 10 6D FB

RGB Percentages of Color #106dfb

%4.26
%28.99
%66.76

CMYK Percentages of Color #106dfb

%94
%57
%0
%2

Triadic Colors of #106dfb

#106dfb #fb106d #6dfb10

Analogous Colors of #106dfb

#106dfb #2910fb #10e3fb

Monochromatic Colors of #106dfb

#106dfb

Complementary Color

#106dfb #fb9e10

#106dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#106dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#106dfb Color CSS Codes

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

#106dfb Text Font Color

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

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


#106dfb Background Color

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

This div background color is #106dfb


#106dfb Border Color

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

This div border color is #106dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #106dfb


Comments

No comments written yet.

Please login to write comment.