Color Hex Logo

#13ac78 Color Hex

#13AC78
(19,172,120)
0 Favorites   0 Comments

Color spaces of #13ac78

RGB 19172120
HSL0.440.800.37
HSV160°89°67°
CMYK 0.890.000.30   0.33
XYZ18.411230.999622.7824
Yxy30.99960.25500.4294
Hunter Lab55.6773-38.409414.7134
CIE-Lab62.5073-49.091716.6230

#13ac78 color RGB value is (19,172,120).

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

The process color (four color CMYK) of #13ac78 color hex is 0.89, 0.00, 0.30, 0.33. Web safe color of #13ac78 is #009966. Color #13ac78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101100 01111000
Octal 23 254 170
Decimal 19 172 120
Hex 13 AC 78

RGB Percentages of Color #13ac78

%6.11
%55.31
%38.59

CMYK Percentages of Color #13ac78

%89
%0
%30
%33

Triadic Colors of #13ac78

#13ac78 #7813ac #ac7813

Analogous Colors of #13ac78

#13ac78 #1394ac #13ac2c

Monochromatic Colors of #13ac78

#13ac78

Complementary Color

#13ac78 #ac1347

#13ac78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13ac78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13ac78 Color CSS Codes

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

#13ac78 Text Font Color

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

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


#13ac78 Background Color

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

This div background color is #13ac78


#13ac78 Border Color

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

This div border color is #13ac78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13ac78


Comments

No comments written yet.

Please login to write comment.