Color Hex Logo

#13a966 Color Hex

#13A966
(19,169,102)
0 Favorites   0 Comments

Color spaces of #13a966

RGB 19169102
HSL0.430.800.37
HSV153°89°66°
CMYK 0.890.000.40   0.34
XYZ16.854829.473717.3710
Yxy29.47370.26460.4627
Hunter Lab54.2897-39.589819.0318
CIE-Lab61.1974-51.838924.6269

#13a966 color RGB value is (19,169,102).

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

The process color (four color CMYK) of #13a966 color hex is 0.89, 0.00, 0.40, 0.34. Web safe color of #13a966 is #009966. Color #13a966 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101001 01100110
Octal 23 251 146
Decimal 19 169 102
Hex 13 A9 66

RGB Percentages of Color #13a966

%6.55
%58.28
%35.17

CMYK Percentages of Color #13a966

%89
%0
%40
%34

Triadic Colors of #13a966

#13a966 #6613a9 #a96613

Analogous Colors of #13a966

#13a966 #13a1a9 #13a91b

Monochromatic Colors of #13a966

#13a966

Complementary Color

#13a966 #a91356

#13a966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13a966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13a966 Color CSS Codes

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

#13a966 Text Font Color

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

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


#13a966 Background Color

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

This div background color is #13a966


#13a966 Border Color

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

This div border color is #13a966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13a966


Comments

No comments written yet.

Please login to write comment.