Color Hex Logo

#166eeb Color Hex

#166EEB
(22,110,235)
0 Favorites   0 Comments

Color spaces of #166eeb

RGB 22110235
HSL0.600.840.50
HSV215°91°92°
CMYK 0.910.530.00   0.08
XYZ20.902217.320680.8388
Yxy17.32060.17560.1455
Hunter Lab41.618016.8181-86.0322
CIE-Lab48.661523.0881-69.6139

#166eeb color RGB value is (22,110,235).

#166eeb hex color red value is 22, green value is 110 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #166eeb hue: 0.60 , saturation: 0.84 and the lightness value of 166eeb is 0.50.

The process color (four color CMYK) of #166eeb color hex is 0.91, 0.53, 0.00, 0.08. Web safe color of #166eeb is #0066ff. Color #166eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 01101110 11101011
Octal 26 156 353
Decimal 22 110 235
Hex 16 6E EB

RGB Percentages of Color #166eeb

%5.99
%29.97
%64.03

CMYK Percentages of Color #166eeb

%91
%53
%0
%8

Triadic Colors of #166eeb

#166eeb #eb166e #6eeb16

Analogous Colors of #166eeb

#166eeb #2916eb #16d9eb

Monochromatic Colors of #166eeb

#166eeb

Complementary Color

#166eeb #eb9316

#166eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#166eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#166eeb Color CSS Codes

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

#166eeb Text Font Color

<p style="color:#166eeb">Text here</p>

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


#166eeb Background Color

<div style="background-color:#166eeb">
Div content here</div>

This div background color is #166eeb


#166eeb Border Color

<div style="border:3px solid #166eeb">
Div here</div>

This div border color is #166eeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(22,110,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #166eeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #166eeb;
  -webkit-box-shadow: 1px 1px 3px 2px #166eeb;
  box-shadow:         1px 1px 3px 2px #166eeb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #166eeb


Comments

No comments written yet.

Please login to write comment.