Color Hex Logo

#104acc Color Hex

#104ACC
(16,74,204)
0 Favorites   0 Comments

Color spaces of #104acc

RGB 1674204
HSL0.620.850.43
HSV221°92°80°
CMYK 0.920.640.00   0.20
XYZ13.56159.367458.2200
Yxy9.36740.16710.1154
Hunter Lab30.606225.5318-91.3588
CIE-Lab36.682334.1935-71.4992

#104acc color RGB value is (16,74,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01001010 11001100
Octal 20 112 314
Decimal 16 74 204
Hex 10 4A CC

RGB Percentages of Color #104acc

%5.44
%25.17
%69.39

CMYK Percentages of Color #104acc

%92
%64
%0
%20

Triadic Colors of #104acc

#104acc #cc104a #4acc10

Analogous Colors of #104acc

#104acc #3410cc #10a8cc

Monochromatic Colors of #104acc

#104acc

Complementary Color

#104acc #cc9210

#104acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#104acc Color CSS Codes

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

#104acc Text Font Color

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

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


#104acc Background Color

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

This div background color is #104acc


#104acc Border Color

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

This div border color is #104acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104acc


Comments

No comments written yet.

Please login to write comment.