Color Hex Logo

#104fcc Color Hex

#104FCC
(16,79,204)
0 Favorites   0 Comments

Color spaces of #104fcc

RGB 1679204
HSL0.610.850.43
HSV220°92°80°
CMYK 0.920.610.00   0.20
XYZ13.908810.061858.3358
Yxy10.06180.16900.1222
Hunter Lab31.720322.7585-86.8340
CIE-Lab37.953130.9272-69.4157

#104fcc color RGB value is (16,79,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01001111 11001100
Octal 20 117 314
Decimal 16 79 204
Hex 10 4F CC

RGB Percentages of Color #104fcc

%5.35
%26.42
%68.23

CMYK Percentages of Color #104fcc

%92
%61
%0
%20

Triadic Colors of #104fcc

#104fcc #cc104f #4fcc10

Analogous Colors of #104fcc

#104fcc #2f10cc #10adcc

Monochromatic Colors of #104fcc

#104fcc

Complementary Color

#104fcc #cc8d10

#104fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#104fcc Color CSS Codes

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

#104fcc Text Font Color

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

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


#104fcc Background Color

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

This div background color is #104fcc


#104fcc Border Color

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

This div border color is #104fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104fcc


Comments

No comments written yet.

Please login to write comment.