Color Hex Logo

#13806d Color Hex

#13806D
(19,128,109)
0 Favorites   0 Comments

Color spaces of #13806d

RGB 19128109
HSL0.470.740.29
HSV170°85°50°
CMYK 0.850.000.15   0.50
XYZ10.748016.680917.1213
Yxy16.68090.24130.3744
Hunter Lab40.8423-24.50013.7349
CIE-Lab47.8554-33.45182.1457

#13806d color RGB value is (19,128,109).

#13806d hex color red value is 19, green value is 128 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #13806d hue: 0.47 , saturation: 0.74 and the lightness value of 13806d is 0.29.

The process color (four color CMYK) of #13806d color hex is 0.85, 0.00, 0.15, 0.50. Web safe color of #13806d is #009966. Color #13806d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000000 01101101
Octal 23 200 155
Decimal 19 128 109
Hex 13 80 6D

RGB Percentages of Color #13806d

%7.42
%50.00
%42.58

CMYK Percentages of Color #13806d

%85
%0
%15
%50

Triadic Colors of #13806d

#13806d #6d1380 #806d13

Analogous Colors of #13806d

#13806d #135d80 #138037

Monochromatic Colors of #13806d

#13806d

Complementary Color

#13806d #801326

#13806d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13806d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13806d Color CSS Codes

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

#13806d Text Font Color

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

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


#13806d Background Color

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

This div background color is #13806d


#13806d Border Color

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

This div border color is #13806d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,128,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 #13806d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13806d


Comments

No comments written yet.

Please login to write comment.