Color Hex Logo

#106374 Color Hex

#106374
(16,99,116)
0 Favorites   0 Comments

Color spaces of #106374

RGB 1699116
HSL0.530.760.26
HSV190°86°45°
CMYK 0.860.150.00   0.55
XYZ7.827910.294818.0975
Yxy10.29480.21610.2842
Hunter Lab32.0855-12.6010-10.9821
CIE-Lab38.3664-16.7980-16.2286

#106374 color RGB value is (16,99,116).

#106374 hex color red value is 16, green value is 99 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #106374 hue: 0.53 , saturation: 0.76 and the lightness value of 106374 is 0.26.

The process color (four color CMYK) of #106374 color hex is 0.86, 0.15, 0.00, 0.55. Web safe color of #106374 is #006666. Color #106374 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01100011 01110100
Octal 20 143 164
Decimal 16 99 116
Hex 10 63 74

RGB Percentages of Color #106374

%6.93
%42.86
%50.22

CMYK Percentages of Color #106374

%86
%15
%0
%55

Triadic Colors of #106374

#106374 #741063 #637410

Analogous Colors of #106374

#106374 #103174 #107453

Monochromatic Colors of #106374

#106374

Complementary Color

#106374 #742110

#106374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#106374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#106374 Color CSS Codes

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

#106374 Text Font Color

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

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


#106374 Background Color

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

This div background color is #106374


#106374 Border Color

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

This div border color is #106374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #106374


Comments

No comments written yet.

Please login to write comment.