Color Hex Logo

#106eef Color Hex

#106EEF
(16,110,239)
0 Favorites   0 Comments

Color spaces of #106eef

RGB 16110239
HSL0.600.870.50
HSV215°93°94°
CMYK 0.930.540.00   0.06
XYZ21.369617.494083.9117
Yxy17.49400.17410.1425
Hunter Lab41.825818.0038-89.6705
CIE-Lab48.876524.3941-71.5093

#106eef color RGB value is (16,110,239).

#106eef hex color red value is 16, green value is 110 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #106eef hue: 0.60 , saturation: 0.87 and the lightness value of 106eef is 0.50.

The process color (four color CMYK) of #106eef color hex is 0.93, 0.54, 0.00, 0.06. Web safe color of #106eef is #0066ff. Color #106eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01101110 11101111
Octal 20 156 357
Decimal 16 110 239
Hex 10 6E EF

RGB Percentages of Color #106eef

%4.38
%30.14
%65.48

CMYK Percentages of Color #106eef

%93
%54
%0
%6

Triadic Colors of #106eef

#106eef #ef106e #6eef10

Analogous Colors of #106eef

#106eef #2210ef #10deef

Monochromatic Colors of #106eef

#106eef

Complementary Color

#106eef #ef9110

#106eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#106eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#106eef Color CSS Codes

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

#106eef Text Font Color

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

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


#106eef Background Color

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

This div background color is #106eef


#106eef Border Color

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

This div border color is #106eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #106eef


Comments

No comments written yet.

Please login to write comment.