Color Hex Logo

#1686cd Color Hex

#1686CD
(22,134,205)
0 Favorites   0 Comments

Color spaces of #1686cd

RGB 22134205
HSL0.560.810.45
HSV203°89°80°
CMYK 0.890.350.00   0.20
XYZ19.875421.628560.8848
Yxy21.62850.19410.2112
Hunter Lab46.5065-5.1010-45.0661
CIE-Lab53.6306-3.3556-44.7178

#1686cd color RGB value is (22,134,205).

#1686cd hex color red value is 22, green value is 134 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #1686cd hue: 0.56 , saturation: 0.81 and the lightness value of 1686cd is 0.45.

The process color (four color CMYK) of #1686cd color hex is 0.89, 0.35, 0.00, 0.20. Web safe color of #1686cd is #0099cc. Color #1686cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 10000110 11001101
Octal 26 206 315
Decimal 22 134 205
Hex 16 86 CD

RGB Percentages of Color #1686cd

%6.09
%37.12
%56.79

CMYK Percentages of Color #1686cd

%89
%35
%0
%20

Triadic Colors of #1686cd

#1686cd #cd1686 #86cd16

Analogous Colors of #1686cd

#1686cd #162bcd #16cdb9

Monochromatic Colors of #1686cd

#1686cd

Complementary Color

#1686cd #cd5d16

#1686cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1686cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1686cd Color CSS Codes

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

#1686cd Text Font Color

<p style="color:#1686cd">Text here</p>

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


#1686cd Background Color

<div style="background-color:#1686cd">
Div content here</div>

This div background color is #1686cd


#1686cd Border Color

<div style="border:3px solid #1686cd">
Div here</div>

This div border color is #1686cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(22,134,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1686cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1686cd;
  -webkit-box-shadow: 1px 1px 3px 2px #1686cd;
  box-shadow:         1px 1px 3px 2px #1686cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1686cd


Comments

No comments written yet.

Please login to write comment.