Color Hex Logo

#107feb Color Hex

#107FEB
(16,127,235)
0 Favorites   0 Comments

Color spaces of #107feb

RGB 16127235
HSL0.580.870.49
HSV210°93°92°
CMYK 0.930.460.00   0.08
XYZ22.798521.287181.5045
Yxy21.28710.18150.1695
Hunter Lab46.13797.4622-72.4416
CIE-Lab53.262312.1209-62.1772

#107feb color RGB value is (16,127,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01111111 11101011
Octal 20 177 353
Decimal 16 127 235
Hex 10 7F EB

RGB Percentages of Color #107feb

%4.23
%33.60
%62.17

CMYK Percentages of Color #107feb

%93
%46
%0
%8

Triadic Colors of #107feb

#107feb #eb107f #7feb10

Analogous Colors of #107feb

#107feb #1011eb #10ebea

Monochromatic Colors of #107feb

#107feb

Complementary Color

#107feb #eb7c10

#107feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#107feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#107feb Color CSS Codes

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

#107feb Text Font Color

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

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


#107feb Background Color

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

This div background color is #107feb


#107feb Border Color

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

This div border color is #107feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #107feb


Comments

No comments written yet.

Please login to write comment.