Color Hex Logo

#13996d Color Hex

#13996D
(19,153,109)
0 Favorites   0 Comments

Color spaces of #13996d

RGB 19153109
HSL0.450.780.34
HSV160°88°60°
CMYK 0.880.000.29   0.40
XYZ14.420124.025018.3453
Yxy24.02500.25390.4230
Hunter Lab49.0153-33.262812.1198
CIE-Lab56.1128-44.157513.8691

#13996d color RGB value is (19,153,109).

#13996d hex color red value is 19, green value is 153 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #13996d hue: 0.45 , saturation: 0.78 and the lightness value of 13996d is 0.34.

The process color (four color CMYK) of #13996d color hex is 0.88, 0.00, 0.29, 0.40. Web safe color of #13996d is #009966. Color #13996d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011001 01101101
Octal 23 231 155
Decimal 19 153 109
Hex 13 99 6D

RGB Percentages of Color #13996d

%6.76
%54.45
%38.79

CMYK Percentages of Color #13996d

%88
%0
%29
%40

Triadic Colors of #13996d

#13996d #6d1399 #996d13

Analogous Colors of #13996d

#13996d #138299 #13992a

Monochromatic Colors of #13996d

#13996d

Complementary Color

#13996d #99133f

#13996d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13996d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13996d Color CSS Codes

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

#13996d Text Font Color

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

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


#13996d Background Color

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

This div background color is #13996d


#13996d Border Color

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

This div border color is #13996d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,153,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13996d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13996d;
  -webkit-box-shadow: 1px 1px 3px 2px #13996d;
  box-shadow:         1px 1px 3px 2px #13996d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13996d


Comments

No comments written yet.

Please login to write comment.