Color Hex Logo

#107abe Color Hex

#107ABE
(16,122,190)
0 Favorites   0 Comments

Color spaces of #107abe

RGB 16122190
HSL0.570.840.40
HSV203°92°75°
CMYK 0.920.360.00   0.25
XYZ16.467517.746951.2728
Yxy17.74690.19260.2076
Hunter Lab42.1271-3.9466-42.6728
CIE-Lab49.1877-2.2411-43.2060

#107abe color RGB value is (16,122,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01111010 10111110
Octal 20 172 276
Decimal 16 122 190
Hex 10 7A BE

RGB Percentages of Color #107abe

%4.88
%37.20
%57.93

CMYK Percentages of Color #107abe

%92
%36
%0
%25

Triadic Colors of #107abe

#107abe #be107a #7abe10

Analogous Colors of #107abe

#107abe #1023be #10beab

Monochromatic Colors of #107abe

#107abe

Complementary Color

#107abe #be5410

#107abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#107abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#107abe Color CSS Codes

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

#107abe Text Font Color

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

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


#107abe Background Color

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

This div background color is #107abe


#107abe Border Color

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

This div border color is #107abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #107abe


Comments

No comments written yet.

Please login to write comment.