Color Hex Logo

#166eab Color Hex

#166EAB
(22,110,171)
0 Favorites   0 Comments

Color spaces of #166eab

RGB 22110171
HSL0.570.770.38
HSV205°87°67°
CMYK 0.870.360.00   0.33
XYZ13.257514.262740.5823
Yxy14.26270.19470.2094
Hunter Lab37.7660-3.4292-37.2752
CIE-Lab44.6073-1.9334-39.4360

#166eab color RGB value is (22,110,171).

#166eab hex color red value is 22, green value is 110 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #166eab hue: 0.57 , saturation: 0.77 and the lightness value of 166eab is 0.38.

The process color (four color CMYK) of #166eab color hex is 0.87, 0.36, 0.00, 0.33. Web safe color of #166eab is #006699. Color #166eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 01101110 10101011
Octal 26 156 253
Decimal 22 110 171
Hex 16 6E AB

RGB Percentages of Color #166eab

%7.26
%36.30
%56.44

CMYK Percentages of Color #166eab

%87
%36
%0
%33

Triadic Colors of #166eab

#166eab #ab166e #6eab16

Analogous Colors of #166eab

#166eab #1623ab #16ab9e

Monochromatic Colors of #166eab

#166eab

Complementary Color

#166eab #ab5316

#166eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#166eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#166eab Color CSS Codes

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

#166eab Text Font Color

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

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


#166eab Background Color

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

This div background color is #166eab


#166eab Border Color

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

This div border color is #166eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #166eab


Comments

No comments written yet.

Please login to write comment.