Color Hex Logo

#13b570 Color Hex

#13B570
(19,181,112)
0 Favorites   0 Comments

Color spaces of #13b570

RGB 19181112
HSL0.430.810.39
HSV154°90°71°
CMYK 0.900.000.38   0.29
XYZ19.717134.356020.9214
Yxy34.35600.26290.4581
Hunter Lab58.6140-42.529119.8671
CIE-Lab65.2442-54.204124.6670

#13b570 color RGB value is (19,181,112).

#13b570 hex color red value is 19, green value is 181 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #13b570 hue: 0.43 , saturation: 0.81 and the lightness value of 13b570 is 0.39.

The process color (four color CMYK) of #13b570 color hex is 0.90, 0.00, 0.38, 0.29. Web safe color of #13b570 is #00cc66. Color #13b570 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10110101 01110000
Octal 23 265 160
Decimal 19 181 112
Hex 13 B5 70

RGB Percentages of Color #13b570

%6.09
%58.01
%35.90

CMYK Percentages of Color #13b570

%90
%0
%38
%29

Triadic Colors of #13b570

#13b570 #7013b5 #b57013

Analogous Colors of #13b570

#13b570 #13a9b5 #13b51f

Monochromatic Colors of #13b570

#13b570

Complementary Color

#13b570 #b51358

#13b570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13b570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13b570 Color CSS Codes

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

#13b570 Text Font Color

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

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


#13b570 Background Color

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

This div background color is #13b570


#13b570 Border Color

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

This div border color is #13b570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13b570


Comments

No comments written yet.

Please login to write comment.