Color Hex Logo

#13686c Color Hex

#13686C
(19,104,108)
0 Favorites   0 Comments

Color spaces of #13686c

RGB 19104108
HSL0.510.700.25
HSV183°82°42°
CMYK 0.820.040.00   0.58
XYZ7.925611.121815.9164
Yxy11.12180.22670.3181
Hunter Lab33.3494-15.9402-4.9523
CIE-Lab39.7849-22.0108-9.1750

#13686c color RGB value is (19,104,108).

#13686c hex color red value is 19, green value is 104 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #13686c hue: 0.51 , saturation: 0.70 and the lightness value of 13686c is 0.25.

The process color (four color CMYK) of #13686c color hex is 0.82, 0.04, 0.00, 0.58. Web safe color of #13686c is #006666. Color #13686c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101000 01101100
Octal 23 150 154
Decimal 19 104 108
Hex 13 68 6C

RGB Percentages of Color #13686c

%8.23
%45.02
%46.75

CMYK Percentages of Color #13686c

%82
%4
%0
%58

Triadic Colors of #13686c

#13686c #6c1368 #686c13

Analogous Colors of #13686c

#13686c #133c6c #136c43

Monochromatic Colors of #13686c

#13686c

Complementary Color

#13686c #6c1713

#13686c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13686c Color Preview on White Background

Lorem ipsum dolor sit amet.

#13686c Color CSS Codes

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

#13686c Text Font Color

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

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


#13686c Background Color

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

This div background color is #13686c


#13686c Border Color

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

This div border color is #13686c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,104,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13686c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13686c;
  -webkit-box-shadow: 1px 1px 3px 2px #13686c;
  box-shadow:         1px 1px 3px 2px #13686c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,104,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13686c


Comments

No comments written yet.

Please login to write comment.