Color Hex Logo

#104ccd Color Hex

#104CCD
(16,76,205)
0 Favorites   0 Comments

Color spaces of #104ccd

RGB 1676205
HSL0.610.860.43
HSV221°92°80°
CMYK 0.920.630.00   0.20
XYZ13.81769.686858.8991
Yxy9.68680.16770.1176
Hunter Lab31.123624.7803-90.4153
CIE-Lab37.274333.2758-71.1071

#104ccd color RGB value is (16,76,205).

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

The process color (four color CMYK) of #104ccd color hex is 0.92, 0.63, 0.00, 0.20. Web safe color of #104ccd is #0033cc. Color #104ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01001100 11001101
Octal 20 114 315
Decimal 16 76 205
Hex 10 4C CD

RGB Percentages of Color #104ccd

%5.39
%25.59
%69.02

CMYK Percentages of Color #104ccd

%92
%63
%0
%20

Triadic Colors of #104ccd

#104ccd #cd104c #4ccd10

Analogous Colors of #104ccd

#104ccd #3310cd #10abcd

Monochromatic Colors of #104ccd

#104ccd

Complementary Color

#104ccd #cd9110

#104ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#104ccd Color CSS Codes

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

#104ccd Text Font Color

<p style="color:#104ccd">Text here</p>

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


#104ccd Background Color

<div style="background-color:#104ccd">
Div content here</div>

This div background color is #104ccd


#104ccd Border Color

<div style="border:3px solid #104ccd">
Div here</div>

This div border color is #104ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104ccd


Comments

No comments written yet.

Please login to write comment.