Color Hex Logo

#106acd Color Hex

#106ACD
(16,106,205)
0 Favorites   0 Comments

Color spaces of #106acd

RGB 16106205
HSL0.590.860.43
HSV211°92°80°
CMYK 0.920.480.00   0.20
XYZ16.387214.826059.7556
Yxy14.82600.18010.1630
Hunter Lab38.50458.5851-65.0596
CIE-Lab45.395013.6531-57.8922

#106acd color RGB value is (16,106,205).

#106acd hex color red value is 16, green value is 106 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #106acd hue: 0.59 , saturation: 0.86 and the lightness value of 106acd is 0.43.

The process color (four color CMYK) of #106acd color hex is 0.92, 0.48, 0.00, 0.20. Web safe color of #106acd is #0066cc. Color #106acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01101010 11001101
Octal 20 152 315
Decimal 16 106 205
Hex 10 6A CD

RGB Percentages of Color #106acd

%4.89
%32.42
%62.69

CMYK Percentages of Color #106acd

%92
%48
%0
%20

Triadic Colors of #106acd

#106acd #cd106a #6acd10

Analogous Colors of #106acd

#106acd #1510cd #10c9cd

Monochromatic Colors of #106acd

#106acd

Complementary Color

#106acd #cd7310

#106acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#106acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#106acd Color CSS Codes

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

#106acd Text Font Color

<p style="color:#106acd">Text here</p>

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


#106acd Background Color

<div style="background-color:#106acd">
Div content here</div>

This div background color is #106acd


#106acd Border Color

<div style="border:3px solid #106acd">
Div here</div>

This div border color is #106acd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,106,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #106acd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #106acd;
  -webkit-box-shadow: 1px 1px 3px 2px #106acd;
  box-shadow:         1px 1px 3px 2px #106acd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,106,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 #106acd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #106acd


Comments

No comments written yet.

Please login to write comment.