Color Hex Logo

#107fef Color Hex

#107FEF
(16,127,239)
0 Favorites   0 Comments

Color spaces of #107fef

RGB 16127239
HSL0.580.870.50
HSV210°93°94°
CMYK 0.930.470.00   0.06
XYZ23.383021.520984.5829
Yxy21.52090.18060.1662
Hunter Lab46.39068.7886-75.6286
CIE-Lab53.514913.6644-63.9997

#107fef color RGB value is (16,127,239).

#107fef hex color red value is 16, green value is 127 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #107fef hue: 0.58 , saturation: 0.87 and the lightness value of 107fef is 0.50.

The process color (four color CMYK) of #107fef color hex is 0.93, 0.47, 0.00, 0.06. Web safe color of #107fef is #0066ff. Color #107fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01111111 11101111
Octal 20 177 357
Decimal 16 127 239
Hex 10 7F EF

RGB Percentages of Color #107fef

%4.19
%33.25
%62.57

CMYK Percentages of Color #107fef

%93
%47
%0
%6

Triadic Colors of #107fef

#107fef #ef107f #7fef10

Analogous Colors of #107fef

#107fef #1010ef #10efef

Monochromatic Colors of #107fef

#107fef

Complementary Color

#107fef #ef8010

#107fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#107fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#107fef Color CSS Codes

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

#107fef Text Font Color

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

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


#107fef Background Color

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

This div background color is #107fef


#107fef Border Color

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

This div border color is #107fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #107fef


Comments

No comments written yet.

Please login to write comment.