Color Hex Logo

#104dfe Color Hex

#104DFE
(16,77,254)
0 Favorites   0 Comments

Color spaces of #104dfe

RGB 1677254
HSL0.620.990.53
HSV225°94°100°
CMYK 0.940.700.00   0.00
XYZ20.757012.573795.0989
Yxy12.57370.16160.0979
Hunter Lab35.459442.4352-134.1888
CIE-Lab42.113850.6105-90.9806

#104dfe color RGB value is (16,77,254).

#104dfe hex color red value is 16, green value is 77 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #104dfe hue: 0.62 , saturation: 0.99 and the lightness value of 104dfe is 0.53.

The process color (four color CMYK) of #104dfe color hex is 0.94, 0.70, 0.00, 0.00. Web safe color of #104dfe is #0066ff. Color #104dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01001101 11111110
Octal 20 115 376
Decimal 16 77 254
Hex 10 4D FE

RGB Percentages of Color #104dfe

%4.61
%22.19
%73.20

CMYK Percentages of Color #104dfe

%94
%70
%0
%0

Triadic Colors of #104dfe

#104dfe #fe104d #4dfe10

Analogous Colors of #104dfe

#104dfe #4a10fe #10c4fe

Monochromatic Colors of #104dfe

#104dfe

Complementary Color

#104dfe #fec110

#104dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#104dfe Color CSS Codes

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

#104dfe Text Font Color

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

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


#104dfe Background Color

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

This div background color is #104dfe


#104dfe Border Color

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

This div border color is #104dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104dfe


Comments

No comments written yet.

Please login to write comment.