Color Hex Logo

#107ddb Color Hex

#107DDB
(16,125,219)
0 Favorites   0 Comments

Color spaces of #107ddb

RGB 16125219
HSL0.580.860.46
HSV208°93°86°
CMYK 0.930.430.00   0.14
XYZ20.333519.891969.7857
Yxy19.89190.18480.1808
Hunter Lab44.60033.3284-61.5502
CIE-Lab51.71487.1650-55.6881

#107ddb color RGB value is (16,125,219).

#107ddb hex color red value is 16, green value is 125 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #107ddb hue: 0.58 , saturation: 0.86 and the lightness value of 107ddb is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01111101 11011011
Octal 20 175 333
Decimal 16 125 219
Hex 10 7D DB

RGB Percentages of Color #107ddb

%4.44
%34.72
%60.83

CMYK Percentages of Color #107ddb

%93
%43
%0
%14

Triadic Colors of #107ddb

#107ddb #db107d #7ddb10

Analogous Colors of #107ddb

#107ddb #1018db #10dbd4

Monochromatic Colors of #107ddb

#107ddb

Complementary Color

#107ddb #db6e10

#107ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#107ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#107ddb Color CSS Codes

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

#107ddb Text Font Color

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

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


#107ddb Background Color

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

This div background color is #107ddb


#107ddb Border Color

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

This div border color is #107ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #107ddb


Comments

No comments written yet.

Please login to write comment.