Color Hex Logo

#107dbc Color Hex

#107DBC
(16,125,188)
0 Favorites   0 Comments

Color spaces of #107dbc

RGB 16125188
HSL0.560.840.40
HSV202°91°74°
CMYK 0.910.340.00   0.26
XYZ16.624418.408250.2539
Yxy18.40820.19490.2158
Hunter Lab42.9048-5.9196-39.4124
CIE-Lab49.9875-4.8062-40.7894

#107dbc color RGB value is (16,125,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01111101 10111100
Octal 20 175 274
Decimal 16 125 188
Hex 10 7D BC

RGB Percentages of Color #107dbc

%4.86
%37.99
%57.14

CMYK Percentages of Color #107dbc

%91
%34
%0
%26

Triadic Colors of #107dbc

#107dbc #bc107d #7dbc10

Analogous Colors of #107dbc

#107dbc #1027bc #10bca5

Monochromatic Colors of #107dbc

#107dbc

Complementary Color

#107dbc #bc4f10

#107dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#107dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#107dbc Color CSS Codes

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

#107dbc Text Font Color

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

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


#107dbc Background Color

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

This div background color is #107dbc


#107dbc Border Color

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

This div border color is #107dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #107dbc


Comments

No comments written yet.

Please login to write comment.