Color Hex Logo

#106cde Color Hex

#106CDE
(16,108,222)
0 Favorites   0 Comments

Color spaces of #106cde

RGB 16108222
HSL0.590.870.47
HSV213°93°87°
CMYK 0.930.510.00   0.13
XYZ18.761116.109271.2278
Yxy16.10920.17680.1518
Hunter Lab40.136313.1987-77.1236
CIE-Lab47.117419.0652-64.7942

#106cde color RGB value is (16,108,222).

#106cde hex color red value is 16, green value is 108 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #106cde hue: 0.59 , saturation: 0.87 and the lightness value of 106cde is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01101100 11011110
Octal 20 154 336
Decimal 16 108 222
Hex 10 6C DE

RGB Percentages of Color #106cde

%4.62
%31.21
%64.16

CMYK Percentages of Color #106cde

%93
%51
%0
%13

Triadic Colors of #106cde

#106cde #de106c #6cde10

Analogous Colors of #106cde

#106cde #1b10de #10d3de

Monochromatic Colors of #106cde

#106cde

Complementary Color

#106cde #de8210

#106cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#106cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#106cde Color CSS Codes

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

#106cde Text Font Color

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

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


#106cde Background Color

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

This div background color is #106cde


#106cde Border Color

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

This div border color is #106cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #106cde


Comments

No comments written yet.

Please login to write comment.