Color Hex Logo

#107dfe Color Hex

#107DFE
(16,125,254)
0 Favorites   0 Comments

Color spaces of #107dfe

RGB 16125254
HSL0.590.990.53
HSV213°94°100°
CMYK 0.940.510.00   0.00
XYZ25.436721.933196.6588
Yxy21.93310.17660.1523
Hunter Lab46.832814.9929-89.5865
CIE-Lab53.956020.6795-71.6027

#107dfe color RGB value is (16,125,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01111101 11111110
Octal 20 175 376
Decimal 16 125 254
Hex 10 7D FE

RGB Percentages of Color #107dfe

%4.05
%31.65
%64.30

CMYK Percentages of Color #107dfe

%94
%51
%0
%0

Triadic Colors of #107dfe

#107dfe #fe107d #7dfe10

Analogous Colors of #107dfe

#107dfe #1a10fe #10f4fe

Monochromatic Colors of #107dfe

#107dfe

Complementary Color

#107dfe #fe9110

#107dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#107dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#107dfe Color CSS Codes

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

#107dfe Text Font Color

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

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


#107dfe Background Color

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

This div background color is #107dfe


#107dfe Border Color

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

This div border color is #107dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #107dfe


Comments

No comments written yet.

Please login to write comment.