Color Hex Logo

#107faf Color Hex

#107FAF
(16,127,175)
0 Favorites   0 Comments

Color spaces of #107faf

RGB 16127175
HSL0.550.830.37
HSV198°91°69°
CMYK 0.910.270.00   0.31
XYZ15.540918.384043.2868
Yxy18.38400.20130.2381
Hunter Lab42.8766-10.3355-29.8437
CIE-Lab49.9586-10.8933-33.3385

#107faf color RGB value is (16,127,175).

#107faf hex color red value is 16, green value is 127 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #107faf hue: 0.55 , saturation: 0.83 and the lightness value of 107faf is 0.37.

The process color (four color CMYK) of #107faf color hex is 0.91, 0.27, 0.00, 0.31. Web safe color of #107faf is #006699. Color #107faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01111111 10101111
Octal 20 177 257
Decimal 16 127 175
Hex 10 7F AF

RGB Percentages of Color #107faf

%5.03
%39.94
%55.03

CMYK Percentages of Color #107faf

%91
%27
%0
%31

Triadic Colors of #107faf

#107faf #af107f #7faf10

Analogous Colors of #107faf

#107faf #1030af #10af90

Monochromatic Colors of #107faf

#107faf

Complementary Color

#107faf #af4010

#107faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#107faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#107faf Color CSS Codes

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

#107faf Text Font Color

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

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


#107faf Background Color

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

This div background color is #107faf


#107faf Border Color

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

This div border color is #107faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #107faf


Comments

No comments written yet.

Please login to write comment.