Color Hex Logo

#106bba Color Hex

#106BBA
(16,107,186)
0 Favorites   0 Comments

Color spaces of #106bba

RGB 16107186
HSL0.580.840.40
HSV208°91°73°
CMYK 0.910.420.00   0.27
XYZ14.334314.170748.4341
Yxy14.17070.18630.1842
Hunter Lab37.64402.0933-49.9338
CIE-Lab44.47675.4680-48.4021

#106bba color RGB value is (16,107,186).

#106bba hex color red value is 16, green value is 107 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #106bba hue: 0.58 , saturation: 0.84 and the lightness value of 106bba is 0.40.

The process color (four color CMYK) of #106bba color hex is 0.91, 0.42, 0.00, 0.27. Web safe color of #106bba is #0066cc. Color #106bba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01101011 10111010
Octal 20 153 272
Decimal 16 107 186
Hex 10 6B BA

RGB Percentages of Color #106bba

%5.18
%34.63
%60.19

CMYK Percentages of Color #106bba

%91
%42
%0
%27

Triadic Colors of #106bba

#106bba #ba106b #6bba10

Analogous Colors of #106bba

#106bba #1016ba #10bab4

Monochromatic Colors of #106bba

#106bba

Complementary Color

#106bba #ba5f10

#106bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#106bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#106bba Color CSS Codes

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

#106bba Text Font Color

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

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


#106bba Background Color

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

This div background color is #106bba


#106bba Border Color

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

This div border color is #106bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #106bba


Comments

No comments written yet.

Please login to write comment.