Color Hex Logo

#106bfe Color Hex

#106BFE
(16,107,254)
0 Favorites   0 Comments

Color spaces of #106bfe

RGB 16107254
HSL0.600.990.53
HSV217°94°100°
CMYK 0.940.580.00   0.00
XYZ23.360817.781395.9668
Yxy17.78130.17040.1297
Hunter Lab42.167925.0943-105.4163
CIE-Lab49.229832.0358-79.2915

#106bfe color RGB value is (16,107,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01101011 11111110
Octal 20 153 376
Decimal 16 107 254
Hex 10 6B FE

RGB Percentages of Color #106bfe

%4.24
%28.38
%67.37

CMYK Percentages of Color #106bfe

%94
%58
%0
%0

Triadic Colors of #106bfe

#106bfe #fe106b #6bfe10

Analogous Colors of #106bfe

#106bfe #2c10fe #10e2fe

Monochromatic Colors of #106bfe

#106bfe

Complementary Color

#106bfe #fea310

#106bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#106bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#106bfe Color CSS Codes

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

#106bfe Text Font Color

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

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


#106bfe Background Color

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

This div background color is #106bfe


#106bfe Border Color

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

This div border color is #106bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #106bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.