Color Hex Logo

#107cec Color Hex

#107CEC
(16,124,236)
0 Favorites   0 Comments

Color spaces of #107cec

RGB 16124236
HSL0.580.870.49
HSV211°93°93°
CMYK 0.930.470.00   0.07
XYZ22.561720.581682.1404
Yxy20.58160.18010.1643
Hunter Lab45.36699.3787-75.5923
CIE-Lab52.488514.3768-63.9824

#107cec color RGB value is (16,124,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01111100 11101100
Octal 20 174 354
Decimal 16 124 236
Hex 10 7C EC

RGB Percentages of Color #107cec

%4.26
%32.98
%62.77

CMYK Percentages of Color #107cec

%93
%47
%0
%7

Triadic Colors of #107cec

#107cec #ec107c #7cec10

Analogous Colors of #107cec

#107cec #1210ec #10eaec

Monochromatic Colors of #107cec

#107cec

Complementary Color

#107cec #ec8010

#107cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#107cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#107cec Color CSS Codes

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

#107cec Text Font Color

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

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


#107cec Background Color

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

This div background color is #107cec


#107cec Border Color

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

This div border color is #107cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #107cec


Comments

No comments written yet.

Please login to write comment.