Color Hex Logo

#104cbd Color Hex

#104CBD
(16,76,189)
0 Favorites   0 Comments

Color spaces of #104cbd

RGB 1676189
HSL0.610.840.40
HSV219°92°74°
CMYK 0.920.600.00   0.26
XYZ11.98348.953249.2407
Yxy8.95320.17080.1276
Hunter Lab29.921919.1240-76.6247
CIE-Lab35.894027.0359-64.0427

#104cbd color RGB value is (16,76,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01001100 10111101
Octal 20 114 275
Decimal 16 76 189
Hex 10 4C BD

RGB Percentages of Color #104cbd

%5.69
%27.05
%67.26

CMYK Percentages of Color #104cbd

%92
%60
%0
%26

Triadic Colors of #104cbd

#104cbd #bd104c #4cbd10

Analogous Colors of #104cbd

#104cbd #2b10bd #10a3bd

Monochromatic Colors of #104cbd

#104cbd

Complementary Color

#104cbd #bd8110

#104cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#104cbd Color CSS Codes

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

#104cbd Text Font Color

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

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


#104cbd Background Color

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

This div background color is #104cbd


#104cbd Border Color

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

This div border color is #104cbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,76,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104cbd


Comments

No comments written yet.

Please login to write comment.