Color Hex Logo

#107dca Color Hex

#107DCA
(16,125,202)
0 Favorites   0 Comments

Color spaces of #107dca

RGB 16125202
HSL0.570.850.43
HSV205°92°79°
CMYK 0.920.380.00   0.21
XYZ18.208019.041758.5929
Yxy19.04170.19000.1987
Hunter Lab43.6368-1.8830-49.0653
CIE-Lab50.73600.5786-47.6146

#107dca color RGB value is (16,125,202).

#107dca hex color red value is 16, green value is 125 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #107dca hue: 0.57 , saturation: 0.85 and the lightness value of 107dca is 0.43.

The process color (four color CMYK) of #107dca color hex is 0.92, 0.38, 0.00, 0.21. Web safe color of #107dca is #0066cc. Color #107dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01111101 11001010
Octal 20 175 312
Decimal 16 125 202
Hex 10 7D CA

RGB Percentages of Color #107dca

%4.66
%36.44
%58.89

CMYK Percentages of Color #107dca

%92
%38
%0
%21

Triadic Colors of #107dca

#107dca #ca107d #7dca10

Analogous Colors of #107dca

#107dca #1020ca #10caba

Monochromatic Colors of #107dca

#107dca

Complementary Color

#107dca #ca5d10

#107dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#107dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#107dca Color CSS Codes

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

#107dca Text Font Color

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

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


#107dca Background Color

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

This div background color is #107dca


#107dca Border Color

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

This div border color is #107dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #107dca


Comments

No comments written yet.

Please login to write comment.