Color Hex Logo

#107eba Color Hex

#107EBA
(16,126,186)
0 Favorites   0 Comments

Color spaces of #107eba

RGB 16126186
HSL0.560.840.40
HSV201°91°73°
CMYK 0.910.320.00   0.27
XYZ16.537518.577049.1685
Yxy18.57700.19620.2204
Hunter Lab43.1010-6.9379-37.4657
CIE-Lab50.1886-6.1610-39.3219

#107eba color RGB value is (16,126,186).

#107eba hex color red value is 16, green value is 126 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #107eba hue: 0.56 , saturation: 0.84 and the lightness value of 107eba is 0.40.

The process color (four color CMYK) of #107eba color hex is 0.91, 0.32, 0.00, 0.27. Web safe color of #107eba is #0066cc. Color #107eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01111110 10111010
Octal 20 176 272
Decimal 16 126 186
Hex 10 7E BA

RGB Percentages of Color #107eba

%4.88
%38.41
%56.71

CMYK Percentages of Color #107eba

%91
%32
%0
%27

Triadic Colors of #107eba

#107eba #ba107e #7eba10

Analogous Colors of #107eba

#107eba #1029ba #10baa1

Monochromatic Colors of #107eba

#107eba

Complementary Color

#107eba #ba4c10

#107eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#107eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#107eba Color CSS Codes

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

#107eba Text Font Color

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

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


#107eba Background Color

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

This div background color is #107eba


#107eba Border Color

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

This div border color is #107eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #107eba


Comments

No comments written yet.

Please login to write comment.