Color Hex Logo

#104acb Color Hex

#104ACB
(16,74,203)
0 Favorites   0 Comments

Color spaces of #104acb

RGB 1674203
HSL0.610.850.43
HSV221°92°80°
CMYK 0.920.640.00   0.20
XYZ13.44209.319557.5903
Yxy9.31950.16730.1160
Hunter Lab30.527925.1732-90.4801
CIE-Lab36.592333.8115-71.0670

#104acb color RGB value is (16,74,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01001010 11001011
Octal 20 112 313
Decimal 16 74 203
Hex 10 4A CB

RGB Percentages of Color #104acb

%5.46
%25.26
%69.28

CMYK Percentages of Color #104acb

%92
%64
%0
%20

Triadic Colors of #104acb

#104acb #cb104a #4acb10

Analogous Colors of #104acb

#104acb #3410cb #10a8cb

Monochromatic Colors of #104acb

#104acb

Complementary Color

#104acb #cb9110

#104acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#104acb Color CSS Codes

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

#104acb Text Font Color

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

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


#104acb Background Color

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

This div background color is #104acb


#104acb Border Color

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

This div border color is #104acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104acb


Comments

No comments written yet.

Please login to write comment.