Color Hex Logo

#1686dd Color Hex

#1686DD
(22,134,221)
0 Favorites   0 Comments

Color spaces of #1686dd

RGB 22134221
HSL0.570.820.48
HSV206°90°87°
CMYK 0.900.390.00   0.13
XYZ21.907122.441271.5836
Yxy22.44120.18900.1936
Hunter Lab47.3721-0.3545-56.4321
CIE-Lab54.49202.7174-52.3680

#1686dd color RGB value is (22,134,221).

#1686dd hex color red value is 22, green value is 134 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #1686dd hue: 0.57 , saturation: 0.82 and the lightness value of 1686dd is 0.48.

The process color (four color CMYK) of #1686dd color hex is 0.90, 0.39, 0.00, 0.13. Web safe color of #1686dd is #0099cc. Color #1686dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 10000110 11011101
Octal 26 206 335
Decimal 22 134 221
Hex 16 86 DD

RGB Percentages of Color #1686dd

%5.84
%35.54
%58.62

CMYK Percentages of Color #1686dd

%90
%39
%0
%13

Triadic Colors of #1686dd

#1686dd #dd1686 #86dd16

Analogous Colors of #1686dd

#1686dd #1623dd #16ddd1

Monochromatic Colors of #1686dd

#1686dd

Complementary Color

#1686dd #dd6d16

#1686dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1686dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1686dd Color CSS Codes

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

#1686dd Text Font Color

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

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


#1686dd Background Color

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

This div background color is #1686dd


#1686dd Border Color

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

This div border color is #1686dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1686dd


Comments

No comments written yet.

Please login to write comment.