Color Hex Logo

#104cfc Color Hex

#104CFC
(16,76,252)
0 Favorites   0 Comments

Color spaces of #104cfc

RGB 1676252
HSL0.620.980.53
HSV225°94°99°
CMYK 0.940.700.00   0.01
XYZ20.368812.307393.3975
Yxy12.30730.16160.0976
Hunter Lab35.081842.2457-133.2894
CIE-Lab41.700450.5033-90.5463

#104cfc color RGB value is (16,76,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01001100 11111100
Octal 20 114 374
Decimal 16 76 252
Hex 10 4C FC

RGB Percentages of Color #104cfc

%4.65
%22.09
%73.26

CMYK Percentages of Color #104cfc

%94
%70
%0
%1

Triadic Colors of #104cfc

#104cfc #fc104c #4cfc10

Analogous Colors of #104cfc

#104cfc #4a10fc #10c2fc

Monochromatic Colors of #104cfc

#104cfc

Complementary Color

#104cfc #fcc010

#104cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#104cfc Color CSS Codes

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

#104cfc Text Font Color

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

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


#104cfc Background Color

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

This div background color is #104cfc


#104cfc Border Color

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

This div border color is #104cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.