Color Hex Logo

#10677f Color Hex

#10677F
(16,103,127)
0 Favorites   0 Comments

Color spaces of #10677f

RGB 16103127
HSL0.540.780.28
HSV193°87°50°
CMYK 0.870.190.00   0.50
XYZ8.894711.343021.7993
Yxy11.34300.21160.2698
Hunter Lab33.6794-11.7972-14.8005
CIE-Lab40.1523-15.0312-20.1871

#10677f color RGB value is (16,103,127).

#10677f hex color red value is 16, green value is 103 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #10677f hue: 0.54 , saturation: 0.78 and the lightness value of 10677f is 0.28.

The process color (four color CMYK) of #10677f color hex is 0.87, 0.19, 0.00, 0.50. Web safe color of #10677f is #006666. Color #10677f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01100111 01111111
Octal 20 147 177
Decimal 16 103 127
Hex 10 67 7F

RGB Percentages of Color #10677f

%6.50
%41.87
%51.63

CMYK Percentages of Color #10677f

%87
%19
%0
%50

Triadic Colors of #10677f

#10677f #7f1067 #677f10

Analogous Colors of #10677f

#10677f #10307f #107f5f

Monochromatic Colors of #10677f

#10677f

Complementary Color

#10677f #7f2810

#10677f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10677f Color Preview on White Background

Lorem ipsum dolor sit amet.

#10677f Color CSS Codes

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

#10677f Text Font Color

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

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


#10677f Background Color

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

This div background color is #10677f


#10677f Border Color

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

This div border color is #10677f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10677f


Comments

No comments written yet.

Please login to write comment.