Color Hex Logo

#13ae78 Color Hex

#13AE78
(19,174,120)
1 Favorites   0 Comments

Color spaces of #13ae78

RGB 19174120
HSL0.440.800.38
HSV159°89°68°
CMYK 0.890.000.31   0.32
XYZ18.794831.766622.9103
Yxy31.76660.25580.4324
Hunter Lab56.3619-39.109515.3528
CIE-Lab63.1495-49.864417.5085

#13ae78 color RGB value is (19,174,120).

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

The process color (four color CMYK) of #13ae78 color hex is 0.89, 0.00, 0.31, 0.32. Web safe color of #13ae78 is #009966. Color #13ae78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101110 01111000
Octal 23 256 170
Decimal 19 174 120
Hex 13 AE 78

RGB Percentages of Color #13ae78

%6.07
%55.59
%38.34

CMYK Percentages of Color #13ae78

%89
%0
%31
%32

Triadic Colors of #13ae78

#13ae78 #7813ae #ae7813

Analogous Colors of #13ae78

#13ae78 #1397ae #13ae2b

Monochromatic Colors of #13ae78

#13ae78

Complementary Color

#13ae78 #ae1349

#13ae78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13ae78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13ae78 Color CSS Codes

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

#13ae78 Text Font Color

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

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


#13ae78 Background Color

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

This div background color is #13ae78


#13ae78 Border Color

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

This div border color is #13ae78


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,174,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 #13ae78">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13ae78


Comments

No comments written yet.

Please login to write comment.