Color Hex Logo

#107def Color Hex

#107DEF
(16,125,239)
0 Favorites   0 Comments

Color spaces of #107def

RGB 16125239
HSL0.590.870.50
HSV211°93°94°
CMYK 0.930.480.00   0.06
XYZ23.127321.009484.4976
Yxy21.00940.17980.1633
Hunter Lab45.83609.8520-77.2145
CIE-Lab52.959814.9111-64.8950

#107def color RGB value is (16,125,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01111101 11101111
Octal 20 175 357
Decimal 16 125 239
Hex 10 7D EF

RGB Percentages of Color #107def

%4.21
%32.89
%62.89

CMYK Percentages of Color #107def

%93
%48
%0
%6

Triadic Colors of #107def

#107def #ef107d #7def10

Analogous Colors of #107def

#107def #1210ef #10edef

Monochromatic Colors of #107def

#107def

Complementary Color

#107def #ef8210

#107def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#107def Color Preview on White Background

Lorem ipsum dolor sit amet.

#107def Color CSS Codes

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

#107def Text Font Color

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

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


#107def Background Color

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

This div background color is #107def


#107def Border Color

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

This div border color is #107def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #107def


Comments

No comments written yet.

Please login to write comment.