Color Hex Logo

#107cac Color Hex

#107CAC
(16,124,172)
0 Favorites   0 Comments

Color spaces of #107cac

RGB 16124172
HSL0.550.830.37
HSV198°91°67°
CMYK 0.910.280.00   0.33
XYZ14.867717.504041.6247
Yxy17.50400.20090.2366
Hunter Lab41.8378-9.7834-29.7016
CIE-Lab48.8889-10.2889-33.2759

#107cac color RGB value is (16,124,172).

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

The process color (four color CMYK) of #107cac color hex is 0.91, 0.28, 0.00, 0.33. Web safe color of #107cac is #006699. Color #107cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01111100 10101100
Octal 20 174 254
Decimal 16 124 172
Hex 10 7C AC

RGB Percentages of Color #107cac

%5.13
%39.74
%55.13

CMYK Percentages of Color #107cac

%91
%28
%0
%33

Triadic Colors of #107cac

#107cac #ac107c #7cac10

Analogous Colors of #107cac

#107cac #102eac #10ac8e

Monochromatic Colors of #107cac

#107cac

Complementary Color

#107cac #ac4010

#107cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#107cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#107cac Color CSS Codes

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

#107cac Text Font Color

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

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


#107cac Background Color

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

This div background color is #107cac


#107cac Border Color

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

This div border color is #107cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #107cac


Comments

No comments written yet.

Please login to write comment.