Color Hex Logo

#106ddc Color Hex

#106DDC
(16,109,220)
0 Favorites   0 Comments

Color spaces of #106ddc

RGB 16109220
HSL0.590.860.46
HSV213°93°86°
CMYK 0.930.500.00   0.14
XYZ18.600616.214769.8595
Yxy16.21470.17770.1549
Hunter Lab40.267511.9857-74.6742
CIE-Lab47.254917.6400-63.4382

#106ddc color RGB value is (16,109,220).

#106ddc hex color red value is 16, green value is 109 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #106ddc hue: 0.59 , saturation: 0.86 and the lightness value of 106ddc is 0.46.

The process color (four color CMYK) of #106ddc color hex is 0.93, 0.50, 0.00, 0.14. Web safe color of #106ddc is #0066cc. Color #106ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01101101 11011100
Octal 20 155 334
Decimal 16 109 220
Hex 10 6D DC

RGB Percentages of Color #106ddc

%4.64
%31.59
%63.77

CMYK Percentages of Color #106ddc

%93
%50
%0
%14

Triadic Colors of #106ddc

#106ddc #dc106d #6ddc10

Analogous Colors of #106ddc

#106ddc #1910dc #10d3dc

Monochromatic Colors of #106ddc

#106ddc

Complementary Color

#106ddc #dc7f10

#106ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#106ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#106ddc Color CSS Codes

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

#106ddc Text Font Color

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

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


#106ddc Background Color

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

This div background color is #106ddc


#106ddc Border Color

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

This div border color is #106ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #106ddc


Comments

No comments written yet.

Please login to write comment.