Color Hex Logo

#13855a Color Hex

#13855A
(19,133,90)
0 Favorites   0 Comments

Color spaces of #13855a

RGB 1913390
HSL0.440.750.30
HSV157°86°52°
CMYK 0.860.000.32   0.48
XYZ10.501617.651712.5265
Yxy17.65170.25820.4339
Hunter Lab42.0139-28.907411.7324
CIE-Lab49.0709-40.552914.9195

#13855a color RGB value is (19,133,90).

#13855a hex color red value is 19, green value is 133 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #13855a hue: 0.44 , saturation: 0.75 and the lightness value of 13855a is 0.30.

The process color (four color CMYK) of #13855a color hex is 0.86, 0.00, 0.32, 0.48. Web safe color of #13855a is #009966. Color #13855a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000101 01011010
Octal 23 205 132
Decimal 19 133 90
Hex 13 85 5A

RGB Percentages of Color #13855a

%7.85
%54.96
%37.19

CMYK Percentages of Color #13855a

%86
%0
%32
%48

Triadic Colors of #13855a

#13855a #5a1385 #855a13

Analogous Colors of #13855a

#13855a #137785 #138521

Monochromatic Colors of #13855a

#13855a

Complementary Color

#13855a #85133e

#13855a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13855a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13855a Color CSS Codes

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

#13855a Text Font Color

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

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


#13855a Background Color

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

This div background color is #13855a


#13855a Border Color

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

This div border color is #13855a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13855a


Comments

No comments written yet.

Please login to write comment.