Color Hex Logo

#13716a Color Hex

#13716A
(19,113,106)
0 Favorites   0 Comments

Color spaces of #13716a

RGB 19113106
HSL0.490.710.26
HSV176°83°44°
CMYK 0.830.000.06   0.56
XYZ8.775212.989315.6804
Yxy12.98930.23430.3469
Hunter Lab36.0407-19.6099-0.5671
CIE-Lab42.7471-27.2371-3.5443

#13716a color RGB value is (19,113,106).

#13716a hex color red value is 19, green value is 113 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #13716a hue: 0.49 , saturation: 0.71 and the lightness value of 13716a is 0.26.

The process color (four color CMYK) of #13716a color hex is 0.83, 0.00, 0.06, 0.56. Web safe color of #13716a is #006666. Color #13716a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110001 01101010
Octal 23 161 152
Decimal 19 113 106
Hex 13 71 6A

RGB Percentages of Color #13716a

%7.98
%47.48
%44.54

CMYK Percentages of Color #13716a

%83
%0
%6
%56

Triadic Colors of #13716a

#13716a #6a1371 #716a13

Analogous Colors of #13716a

#13716a #134971 #13713b

Monochromatic Colors of #13716a

#13716a

Complementary Color

#13716a #71131a

#13716a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13716a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13716a Color CSS Codes

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

#13716a Text Font Color

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

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


#13716a Background Color

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

This div background color is #13716a


#13716a Border Color

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

This div border color is #13716a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,113,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13716a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13716a;
  -webkit-box-shadow: 1px 1px 3px 2px #13716a;
  box-shadow:         1px 1px 3px 2px #13716a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13716a


Comments

No comments written yet.

Please login to write comment.