Color Hex Logo

#13835e Color Hex

#13835E
(19,131,94)
0 Favorites   0 Comments

Color spaces of #13835e

RGB 1913194
HSL0.440.750.29
HSV160°85°51°
CMYK 0.850.000.28   0.49
XYZ10.405217.179213.3572
Yxy17.17920.25410.4196
Hunter Lab41.4478-27.72249.9063
CIE-Lab48.4850-38.764011.8050

#13835e color RGB value is (19,131,94).

#13835e hex color red value is 19, green value is 131 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #13835e hue: 0.44 , saturation: 0.75 and the lightness value of 13835e is 0.29.

The process color (four color CMYK) of #13835e color hex is 0.85, 0.00, 0.28, 0.49. Web safe color of #13835e is #009966. Color #13835e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000011 01011110
Octal 23 203 136
Decimal 19 131 94
Hex 13 83 5E

RGB Percentages of Color #13835e

%7.79
%53.69
%38.52

CMYK Percentages of Color #13835e

%85
%0
%28
%49

Triadic Colors of #13835e

#13835e #5e1383 #835e13

Analogous Colors of #13835e

#13835e #137083 #138326

Monochromatic Colors of #13835e

#13835e

Complementary Color

#13835e #831338

#13835e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13835e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13835e Color CSS Codes

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

#13835e Text Font Color

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

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


#13835e Background Color

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

This div background color is #13835e


#13835e Border Color

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

This div border color is #13835e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13835e


Comments

No comments written yet.

Please login to write comment.