Color Hex Logo

#107edf Color Hex

#107EDF
(16,126,223)
0 Favorites   0 Comments

Color spaces of #107edf

RGB 16126223
HSL0.580.870.47
HSV208°93°87°
CMYK 0.930.430.00   0.13
XYZ20.993820.359672.6353
Yxy20.35960.18420.1786
Hunter Lab45.12164.0881-63.8580
CIE-Lab52.24148.0977-57.0960

#107edf color RGB value is (16,126,223).

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

The process color (four color CMYK) of #107edf color hex is 0.93, 0.43, 0.00, 0.13. Web safe color of #107edf is #0066cc. Color #107edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01111110 11011111
Octal 20 176 337
Decimal 16 126 223
Hex 10 7E DF

RGB Percentages of Color #107edf

%4.38
%34.52
%61.10

CMYK Percentages of Color #107edf

%93
%43
%0
%13

Triadic Colors of #107edf

#107edf #df107e #7edf10

Analogous Colors of #107edf

#107edf #1017df #10dfd9

Monochromatic Colors of #107edf

#107edf

Complementary Color

#107edf #df7110

#107edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#107edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#107edf Color CSS Codes

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

#107edf Text Font Color

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

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


#107edf Background Color

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

This div background color is #107edf


#107edf Border Color

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

This div border color is #107edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #107edf


Comments

No comments written yet.

Please login to write comment.