Color Hex Logo

#104ccb Color Hex

#104CCB
(16,76,203)
0 Favorites   0 Comments

Color spaces of #104ccb

RGB 1676203
HSL0.610.850.43
HSV221°92°80°
CMYK 0.920.630.00   0.20
XYZ13.57769.590857.6355
Yxy9.59080.16800.1187
Hunter Lab30.969024.0631-88.6645
CIE-Lab37.097832.5058-70.2378

#104ccb color RGB value is (16,76,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01001100 11001011
Octal 20 114 313
Decimal 16 76 203
Hex 10 4C CB

RGB Percentages of Color #104ccb

%5.42
%25.76
%68.81

CMYK Percentages of Color #104ccb

%92
%63
%0
%20

Triadic Colors of #104ccb

#104ccb #cb104c #4ccb10

Analogous Colors of #104ccb

#104ccb #3110cb #10aacb

Monochromatic Colors of #104ccb

#104ccb

Complementary Color

#104ccb #cb8f10

#104ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#104ccb Color CSS Codes

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

#104ccb Text Font Color

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

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


#104ccb Background Color

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

This div background color is #104ccb


#104ccb Border Color

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

This div border color is #104ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104ccb


Comments

No comments written yet.

Please login to write comment.