Color Hex Logo

#106ede Color Hex

#106EDE
(16,110,222)
0 Favorites   0 Comments

Color spaces of #106ede

RGB 16110222
HSL0.590.870.47
HSV213°93°87°
CMYK 0.930.500.00   0.13
XYZ18.974416.535971.2989
Yxy16.53590.17760.1548
Hunter Lab40.664412.1273-75.4911
CIE-Lab47.669917.7831-63.8995

#106ede color RGB value is (16,110,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01101110 11011110
Octal 20 156 336
Decimal 16 110 222
Hex 10 6E DE

RGB Percentages of Color #106ede

%4.60
%31.61
%63.79

CMYK Percentages of Color #106ede

%93
%50
%0
%13

Triadic Colors of #106ede

#106ede #de106e #6ede10

Analogous Colors of #106ede

#106ede #1910de #10d5de

Monochromatic Colors of #106ede

#106ede

Complementary Color

#106ede #de8010

#106ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#106ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#106ede Color CSS Codes

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

#106ede Text Font Color

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

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


#106ede Background Color

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

This div background color is #106ede


#106ede Border Color

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

This div border color is #106ede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,110,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 #106ede">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #106ede


Comments

No comments written yet.

Please login to write comment.