Color Hex Logo

#106788 Color Hex

#106788
(16,103,136)
0 Favorites   0 Comments

Color spaces of #106788

RGB 16103136
HSL0.550.790.30
HSV197°88°53°
CMYK 0.880.240.00   0.47
XYZ9.507911.588225.0282
Yxy11.58820.20610.2512
Hunter Lab34.0414-9.7168-19.7626
CIE-Lab40.5540-11.6618-25.0073

#106788 color RGB value is (16,103,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01100111 10001000
Octal 20 147 210
Decimal 16 103 136
Hex 10 67 88

RGB Percentages of Color #106788

%6.27
%40.39
%53.33

CMYK Percentages of Color #106788

%88
%24
%0
%47

Triadic Colors of #106788

#106788 #881067 #678810

Analogous Colors of #106788

#106788 #102b88 #10886d

Monochromatic Colors of #106788

#106788

Complementary Color

#106788 #883110

#106788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#106788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#106788 Color CSS Codes

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

#106788 Text Font Color

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

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


#106788 Background Color

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

This div background color is #106788


#106788 Border Color

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

This div border color is #106788


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,103,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 #106788">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #106788


Comments

No comments written yet.

Please login to write comment.