Color Hex Logo

#106dbf Color Hex

#106DBF
(16,109,191)
0 Favorites   0 Comments

Color spaces of #106dbf

RGB 16109191
HSL0.580.850.41
HSV208°92°75°
CMYK 0.920.430.00   0.25
XYZ15.086314.809051.3535
Yxy14.80900.18570.1823
Hunter Lab38.48252.6331-52.1827
CIE-Lab45.37156.1864-49.8673

#106dbf color RGB value is (16,109,191).

#106dbf hex color red value is 16, green value is 109 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #106dbf hue: 0.58 , saturation: 0.85 and the lightness value of 106dbf is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01101101 10111111
Octal 20 155 277
Decimal 16 109 191
Hex 10 6D BF

RGB Percentages of Color #106dbf

%5.06
%34.49
%60.44

CMYK Percentages of Color #106dbf

%92
%43
%0
%25

Triadic Colors of #106dbf

#106dbf #bf106d #6dbf10

Analogous Colors of #106dbf

#106dbf #1015bf #10bfba

Monochromatic Colors of #106dbf

#106dbf

Complementary Color

#106dbf #bf6210

#106dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#106dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#106dbf Color CSS Codes

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

#106dbf Text Font Color

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

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


#106dbf Background Color

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

This div background color is #106dbf


#106dbf Border Color

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

This div border color is #106dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #106dbf


Comments

No comments written yet.

Please login to write comment.