Color Hex Logo

#1684dc Color Hex

#1684DC
(22,132,220)
0 Favorites   0 Comments

Color spaces of #1684dc

RGB 22132220
HSL0.570.820.47
HSV207°90°86°
CMYK 0.900.400.00   0.14
XYZ21.500421.840470.7926
Yxy21.84040.18840.1914
Hunter Lab46.73370.3370-57.0994
CIE-Lab53.85733.5446-52.8195

#1684dc color RGB value is (22,132,220).

#1684dc hex color red value is 22, green value is 132 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1684dc hue: 0.57 , saturation: 0.82 and the lightness value of 1684dc is 0.47.

The process color (four color CMYK) of #1684dc color hex is 0.90, 0.40, 0.00, 0.14. Web safe color of #1684dc is #0099cc. Color #1684dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 10000100 11011100
Octal 26 204 334
Decimal 22 132 220
Hex 16 84 DC

RGB Percentages of Color #1684dc

%5.88
%35.29
%58.82

CMYK Percentages of Color #1684dc

%90
%40
%0
%14

Triadic Colors of #1684dc

#1684dc #dc1684 #84dc16

Analogous Colors of #1684dc

#1684dc #1621dc #16dcd1

Monochromatic Colors of #1684dc

#1684dc

Complementary Color

#1684dc #dc6e16

#1684dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1684dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1684dc Color CSS Codes

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

#1684dc Text Font Color

<p style="color:#1684dc">Text here</p>

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


#1684dc Background Color

<div style="background-color:#1684dc">
Div content here</div>

This div background color is #1684dc


#1684dc Border Color

<div style="border:3px solid #1684dc">
Div here</div>

This div border color is #1684dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(22,132,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1684dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1684dc;
  -webkit-box-shadow: 1px 1px 3px 2px #1684dc;
  box-shadow:         1px 1px 3px 2px #1684dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1684dc


Comments

No comments written yet.

Please login to write comment.