Color Hex Logo

#106bfd Color Hex

#106BFD
(16,107,253)
0 Favorites   0 Comments

Color spaces of #106bfd

RGB 16107253
HSL0.600.980.53
HSV217°94°99°
CMYK 0.940.580.00   0.01
XYZ23.201017.717495.1255
Yxy17.71740.17050.1302
Hunter Lab42.092024.7276-104.5274
CIE-Lab49.151531.6572-78.8644

#106bfd color RGB value is (16,107,253).

#106bfd hex color red value is 16, green value is 107 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #106bfd hue: 0.60 , saturation: 0.98 and the lightness value of 106bfd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01101011 11111101
Octal 20 153 375
Decimal 16 107 253
Hex 10 6B FD

RGB Percentages of Color #106bfd

%4.26
%28.46
%67.29

CMYK Percentages of Color #106bfd

%94
%58
%0
%1

Triadic Colors of #106bfd

#106bfd #fd106b #6bfd10

Analogous Colors of #106bfd

#106bfd #2c10fd #10e2fd

Monochromatic Colors of #106bfd

#106bfd

Complementary Color

#106bfd #fda210

#106bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#106bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#106bfd Color CSS Codes

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

#106bfd Text Font Color

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

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


#106bfd Background Color

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

This div background color is #106bfd


#106bfd Border Color

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

This div border color is #106bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #106bfd


Comments

No comments written yet.

Please login to write comment.