Color Hex Logo

#104cbe Color Hex

#104CBE
(16,76,190)
0 Favorites   0 Comments

Color spaces of #104cbe

RGB 1676190
HSL0.610.840.40
HSV219°92°75°
CMYK 0.920.600.00   0.25
XYZ12.09248.996749.8144
Yxy8.99670.17050.1269
Hunter Lab29.994519.4726-77.4718
CIE-Lab35.977927.4321-64.4920

#104cbe color RGB value is (16,76,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01001100 10111110
Octal 20 114 276
Decimal 16 76 190
Hex 10 4C BE

RGB Percentages of Color #104cbe

%5.67
%26.95
%67.38

CMYK Percentages of Color #104cbe

%92
%60
%0
%25

Triadic Colors of #104cbe

#104cbe #be104c #4cbe10

Analogous Colors of #104cbe

#104cbe #2b10be #10a3be

Monochromatic Colors of #104cbe

#104cbe

Complementary Color

#104cbe #be8210

#104cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#104cbe Color CSS Codes

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

#104cbe Text Font Color

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

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


#104cbe Background Color

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

This div background color is #104cbe


#104cbe Border Color

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

This div border color is #104cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104cbe


Comments

No comments written yet.

Please login to write comment.