Color Hex Logo

#13a56f Color Hex

#13A56F
(19,165,111)
0 Favorites   0 Comments

Color spaces of #13a56f

RGB 19165111
HSL0.440.790.36
HSV158°88°65°
CMYK 0.880.000.33   0.35
XYZ16.592928.196419.6068
Yxy28.19640.25770.4379
Hunter Lab53.1003-37.147415.2779
CIE-Lab60.0658-48.423618.2084

#13a56f color RGB value is (19,165,111).

#13a56f hex color red value is 19, green value is 165 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #13a56f hue: 0.44 , saturation: 0.79 and the lightness value of 13a56f is 0.36.

The process color (four color CMYK) of #13a56f color hex is 0.88, 0.00, 0.33, 0.35. Web safe color of #13a56f is #009966. Color #13a56f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10100101 01101111
Octal 23 245 157
Decimal 19 165 111
Hex 13 A5 6F

RGB Percentages of Color #13a56f

%6.44
%55.93
%37.63

CMYK Percentages of Color #13a56f

%88
%0
%33
%35

Triadic Colors of #13a56f

#13a56f #6f13a5 #a56f13

Analogous Colors of #13a56f

#13a56f #1392a5 #13a526

Monochromatic Colors of #13a56f

#13a56f

Complementary Color

#13a56f #a51349

#13a56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13a56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13a56f Color CSS Codes

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

#13a56f Text Font Color

<p style="color:#13a56f">Text here</p>

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


#13a56f Background Color

<div style="background-color:#13a56f">
Div content here</div>

This div background color is #13a56f


#13a56f Border Color

<div style="border:3px solid #13a56f">
Div here</div>

This div border color is #13a56f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,165,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13a56f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13a56f;
  -webkit-box-shadow: 1px 1px 3px 2px #13a56f;
  box-shadow:         1px 1px 3px 2px #13a56f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13a56f


Comments

No comments written yet.

Please login to write comment.