Color Hex Logo

#166cee Color Hex

#166CEE
(22,108,238)
0 Favorites   0 Comments

Color spaces of #166cee

RGB 22108238
HSL0.600.860.51
HSV216°91°93°
CMYK 0.910.550.00   0.07
XYZ21.126117.068783.0701
Yxy17.06870.17420.1408
Hunter Lab41.314318.9762-90.2936
CIE-Lab48.346525.5196-71.8081

#166cee color RGB value is (22,108,238).

#166cee hex color red value is 22, green value is 108 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #166cee hue: 0.60 , saturation: 0.86 and the lightness value of 166cee is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00010110 01101100 11101110
Octal 26 154 356
Decimal 22 108 238
Hex 16 6C EE

RGB Percentages of Color #166cee

%5.98
%29.35
%64.67

CMYK Percentages of Color #166cee

%91
%55
%0
%7

Triadic Colors of #166cee

#166cee #ee166c #6cee16

Analogous Colors of #166cee

#166cee #2c16ee #16d8ee

Monochromatic Colors of #166cee

#166cee

Complementary Color

#166cee #ee9816

#166cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#166cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#166cee Color CSS Codes

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

#166cee Text Font Color

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

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


#166cee Background Color

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

This div background color is #166cee


#166cee Border Color

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

This div border color is #166cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #166cee


Comments

No comments written yet.

Please login to write comment.