Color Hex Logo

#166adf Color Hex

#166ADF
(22,106,223)
0 Favorites   0 Comments

Color spaces of #166adf

RGB 22106223
HSL0.600.820.48
HSV215°90°87°
CMYK 0.900.520.00   0.13
XYZ18.804215.806471.8719
Yxy15.80640.17660.1484
Hunter Lab39.757314.8509-79.3525
CIE-Lab46.719521.0033-66.0021

#166adf color RGB value is (22,106,223).

#166adf hex color red value is 22, green value is 106 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #166adf hue: 0.60 , saturation: 0.82 and the lightness value of 166adf is 0.48.

The process color (four color CMYK) of #166adf color hex is 0.90, 0.52, 0.00, 0.13. Web safe color of #166adf is #0066cc. Color #166adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 01101010 11011111
Octal 26 152 337
Decimal 22 106 223
Hex 16 6A DF

RGB Percentages of Color #166adf

%6.27
%30.20
%63.53

CMYK Percentages of Color #166adf

%90
%52
%0
%13

Triadic Colors of #166adf

#166adf #df166a #6adf16

Analogous Colors of #166adf

#166adf #2716df #16cfdf

Monochromatic Colors of #166adf

#166adf

Complementary Color

#166adf #df8b16

#166adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#166adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#166adf Color CSS Codes

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

#166adf Text Font Color

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

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


#166adf Background Color

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

This div background color is #166adf


#166adf Border Color

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

This div border color is #166adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #166adf


Comments

No comments written yet.

Please login to write comment.