Color Hex Logo

#107188 Color Hex

#107188
(16,113,136)
0 Favorites   0 Comments

Color spaces of #107188

RGB 16113136
HSL0.530.790.30
HSV192°88°53°
CMYK 0.880.170.00   0.47
XYZ10.562713.698025.3798
Yxy13.69800.21280.2759
Hunter Lab37.0108-13.8259-14.7500
CIE-Lab43.7967-17.3548-19.9875

#107188 color RGB value is (16,113,136).

#107188 hex color red value is 16, green value is 113 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #107188 hue: 0.53 , saturation: 0.79 and the lightness value of 107188 is 0.30.

The process color (four color CMYK) of #107188 color hex is 0.88, 0.17, 0.00, 0.47. Web safe color of #107188 is #006699. Color #107188 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01110001 10001000
Octal 20 161 210
Decimal 16 113 136
Hex 10 71 88

RGB Percentages of Color #107188

%6.04
%42.64
%51.32

CMYK Percentages of Color #107188

%88
%17
%0
%47

Triadic Colors of #107188

#107188 #881071 #718810

Analogous Colors of #107188

#107188 #103588 #108863

Monochromatic Colors of #107188

#107188

Complementary Color

#107188 #882710

#107188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#107188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#107188 Color CSS Codes

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

#107188 Text Font Color

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

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


#107188 Background Color

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

This div background color is #107188


#107188 Border Color

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

This div border color is #107188


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,113,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #107188; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #107188;
  -webkit-box-shadow: 1px 1px 3px 2px #107188;
  box-shadow:         1px 1px 3px 2px #107188; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #107188


Comments

No comments written yet.

Please login to write comment.