Color Hex Logo

#13ac2e Color Hex

#13AC2E
(19,172,46)
0 Favorites   0 Comments

Color spaces of #13ac2e

RGB 1917246
HSL0.360.800.37
HSV131°89°67°
CMYK 0.890.000.73   0.33
XYZ15.514229.84087.5269
Yxy29.84080.29340.5643
Hunter Lab54.6267-44.902130.0693
CIE-Lab61.5166-60.869151.5672

#13ac2e color RGB value is (19,172,46).

#13ac2e hex color red value is 19, green value is 172 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #13ac2e hue: 0.36 , saturation: 0.80 and the lightness value of 13ac2e is 0.37.

The process color (four color CMYK) of #13ac2e color hex is 0.89, 0.00, 0.73, 0.33. Web safe color of #13ac2e is #009933. Color #13ac2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101100 00101110
Octal 23 254 56
Decimal 19 172 46
Hex 13 AC 2E

RGB Percentages of Color #13ac2e

%8.02
%72.57
%19.41

CMYK Percentages of Color #13ac2e

%89
%0
%73
%33

Triadic Colors of #13ac2e

#13ac2e #2e13ac #ac2e13

Analogous Colors of #13ac2e

#13ac2e #13ac7b #44ac13

Monochromatic Colors of #13ac2e

#13ac2e

Complementary Color

#13ac2e #ac1391

#13ac2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13ac2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13ac2e Color CSS Codes

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

#13ac2e Text Font Color

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

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


#13ac2e Background Color

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

This div background color is #13ac2e


#13ac2e Border Color

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

This div border color is #13ac2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13ac2e


Comments

No comments written yet.

Please login to write comment.