Color Hex Logo

#106bce Color Hex

#106BCE
(16,107,206)
0 Favorites   0 Comments

Color spaces of #106bce

RGB 16107206
HSL0.590.860.44
HSV211°92°81°
CMYK 0.920.480.00   0.19
XYZ16.612015.081860.4280
Yxy15.08180.18030.1637
Hunter Lab38.83538.3925-65.0710
CIE-Lab45.746013.4065-57.8988

#106bce color RGB value is (16,107,206).

#106bce hex color red value is 16, green value is 107 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #106bce hue: 0.59 , saturation: 0.86 and the lightness value of 106bce is 0.44.

The process color (four color CMYK) of #106bce color hex is 0.92, 0.48, 0.00, 0.19. Web safe color of #106bce is #0066cc. Color #106bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01101011 11001110
Octal 20 153 316
Decimal 16 107 206
Hex 10 6B CE

RGB Percentages of Color #106bce

%4.86
%32.52
%62.61

CMYK Percentages of Color #106bce

%92
%48
%0
%19

Triadic Colors of #106bce

#106bce #ce106b #6bce10

Analogous Colors of #106bce

#106bce #1410ce #10cace

Monochromatic Colors of #106bce

#106bce

Complementary Color

#106bce #ce7310

#106bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#106bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#106bce Color CSS Codes

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

#106bce Text Font Color

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

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


#106bce Background Color

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

This div background color is #106bce


#106bce Border Color

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

This div border color is #106bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #106bce


Comments

No comments written yet.

Please login to write comment.