Color Hex Logo

#107eec Color Hex

#107EEC
(16,126,236)
0 Favorites   0 Comments

Color spaces of #107eec

RGB 16126236
HSL0.580.870.49
HSV210°93°93°
CMYK 0.930.470.00   0.07
XYZ22.814921.088082.2248
Yxy21.08800.18090.1672
Hunter Lab45.92178.3198-74.0162
CIE-Lab53.045713.1290-63.0841

#107eec color RGB value is (16,126,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01111110 11101100
Octal 20 176 354
Decimal 16 126 236
Hex 10 7E EC

RGB Percentages of Color #107eec

%4.23
%33.33
%62.43

CMYK Percentages of Color #107eec

%93
%47
%0
%7

Triadic Colors of #107eec

#107eec #ec107e #7eec10

Analogous Colors of #107eec

#107eec #1010ec #10ecec

Monochromatic Colors of #107eec

#107eec

Complementary Color

#107eec #ec7e10

#107eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#107eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#107eec Color CSS Codes

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

#107eec Text Font Color

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

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


#107eec Background Color

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

This div background color is #107eec


#107eec Border Color

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

This div border color is #107eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #107eec


Comments

No comments written yet.

Please login to write comment.