Color Hex Logo

#104ecc Color Hex

#104ECC
(16,78,204)
0 Favorites   0 Comments

Color spaces of #104ecc

RGB 1678204
HSL0.610.850.43
HSV220°92°80°
CMYK 0.920.620.00   0.20
XYZ13.83729.918658.3119
Yxy9.91860.16860.1209
Hunter Lab31.493823.3120-87.7319
CIE-Lab37.695931.5828-69.8369

#104ecc color RGB value is (16,78,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01001110 11001100
Octal 20 116 314
Decimal 16 78 204
Hex 10 4E CC

RGB Percentages of Color #104ecc

%5.37
%26.17
%68.46

CMYK Percentages of Color #104ecc

%92
%62
%0
%20

Triadic Colors of #104ecc

#104ecc #cc104e #4ecc10

Analogous Colors of #104ecc

#104ecc #3010cc #10accc

Monochromatic Colors of #104ecc

#104ecc

Complementary Color

#104ecc #cc8e10

#104ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#104ecc Color CSS Codes

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

#104ecc Text Font Color

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

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


#104ecc Background Color

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

This div background color is #104ecc


#104ecc Border Color

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

This div border color is #104ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104ecc


Comments

No comments written yet.

Please login to write comment.