Color Hex Logo

#13975e Color Hex

#13975E
(19,151,94)
0 Favorites   0 Comments

Color spaces of #13975e

RGB 1915194
HSL0.430.780.33
HSV154°87°59°
CMYK 0.870.000.38   0.41
XYZ13.355523.079814.3406
Yxy23.07980.26300.4545
Hunter Lab48.0414-34.449615.9307
CIE-Lab55.1544-46.757720.9227

#13975e color RGB value is (19,151,94).

#13975e hex color red value is 19, green value is 151 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #13975e hue: 0.43 , saturation: 0.78 and the lightness value of 13975e is 0.33.

The process color (four color CMYK) of #13975e color hex is 0.87, 0.00, 0.38, 0.41. Web safe color of #13975e is #009966. Color #13975e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10010111 01011110
Octal 23 227 136
Decimal 19 151 94
Hex 13 97 5E

RGB Percentages of Color #13975e

%7.20
%57.20
%35.61

CMYK Percentages of Color #13975e

%87
%0
%38
%41

Triadic Colors of #13975e

#13975e #5e1397 #975e13

Analogous Colors of #13975e

#13975e #138e97 #13971c

Monochromatic Colors of #13975e

#13975e

Complementary Color

#13975e #97134c

#13975e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13975e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13975e Color CSS Codes

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

#13975e Text Font Color

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

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


#13975e Background Color

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

This div background color is #13975e


#13975e Border Color

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

This div border color is #13975e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,151,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13975e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13975e;
  -webkit-box-shadow: 1px 1px 3px 2px #13975e;
  box-shadow:         1px 1px 3px 2px #13975e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13975e


Comments

No comments written yet.

Please login to write comment.