Color Hex Logo

#106fbe Color Hex

#106FBE
(16,111,190)
0 Favorites   0 Comments

Color spaces of #106fbe

RGB 16111190
HSL0.580.840.40
HSV207°92°75°
CMYK 0.920.420.00   0.25
XYZ15.192415.196750.8477
Yxy15.19670.18700.1871
Hunter Lab38.98291.3447-50.0473
CIE-Lab45.90244.5309-48.4390

#106fbe color RGB value is (16,111,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01101111 10111110
Octal 20 157 276
Decimal 16 111 190
Hex 10 6F BE

RGB Percentages of Color #106fbe

%5.05
%35.02
%59.94

CMYK Percentages of Color #106fbe

%92
%42
%0
%25

Triadic Colors of #106fbe

#106fbe #be106f #6fbe10

Analogous Colors of #106fbe

#106fbe #1018be #10beb6

Monochromatic Colors of #106fbe

#106fbe

Complementary Color

#106fbe #be5f10

#106fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#106fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#106fbe Color CSS Codes

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

#106fbe Text Font Color

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

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


#106fbe Background Color

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

This div background color is #106fbe


#106fbe Border Color

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

This div border color is #106fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #106fbe


Comments

No comments written yet.

Please login to write comment.