Color Hex Logo

#106bac Color Hex

#106BAC
(16,107,172)
0 Favorites   0 Comments

Color spaces of #106bac

RGB 16107172
HSL0.570.830.37
HSV205°91°67°
CMYK 0.910.380.00   0.33
XYZ12.917813.604140.9747
Yxy13.60410.19140.2016
Hunter Lab36.8837-2.0304-40.0475
CIE-Lab43.6597-0.0828-41.5322

#106bac color RGB value is (16,107,172).

#106bac hex color red value is 16, green value is 107 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #106bac hue: 0.57 , saturation: 0.83 and the lightness value of 106bac is 0.37.

The process color (four color CMYK) of #106bac color hex is 0.91, 0.38, 0.00, 0.33. Web safe color of #106bac is #006699. Color #106bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01101011 10101100
Octal 20 153 254
Decimal 16 107 172
Hex 10 6B AC

RGB Percentages of Color #106bac

%5.42
%36.27
%58.31

CMYK Percentages of Color #106bac

%91
%38
%0
%33

Triadic Colors of #106bac

#106bac #ac106b #6bac10

Analogous Colors of #106bac

#106bac #101dac #10ac9f

Monochromatic Colors of #106bac

#106bac

Complementary Color

#106bac #ac5110

#106bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#106bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#106bac Color CSS Codes

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

#106bac Text Font Color

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

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


#106bac Background Color

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

This div background color is #106bac


#106bac Border Color

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

This div border color is #106bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #106bac


Comments

No comments written yet.

Please login to write comment.