Color Hex Logo

#106faf Color Hex

#106FAF
(16,111,175)
0 Favorites   0 Comments

Color spaces of #106faf

RGB 16111175
HSL0.570.830.37
HSV204°91°69°
CMYK 0.910.370.00   0.31
XYZ13.636014.574242.6518
Yxy14.57420.19240.2057
Hunter Lab38.1762-3.0506-39.5176
CIE-Lab45.0454-1.3770-41.0869

#106faf color RGB value is (16,111,175).

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

The process color (four color CMYK) of #106faf color hex is 0.91, 0.37, 0.00, 0.31. Web safe color of #106faf is #006699. Color #106faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01101111 10101111
Octal 20 157 257
Decimal 16 111 175
Hex 10 6F AF

RGB Percentages of Color #106faf

%5.30
%36.75
%57.95

CMYK Percentages of Color #106faf

%91
%37
%0
%31

Triadic Colors of #106faf

#106faf #af106f #6faf10

Analogous Colors of #106faf

#106faf #101faf #10afa0

Monochromatic Colors of #106faf

#106faf

Complementary Color

#106faf #af5010

#106faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#106faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#106faf Color CSS Codes

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

#106faf Text Font Color

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

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


#106faf Background Color

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

This div background color is #106faf


#106faf Border Color

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

This div border color is #106faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #106faf


Comments

No comments written yet.

Please login to write comment.