Color Hex Logo

#13b94d Color Hex

#13B94D
(19,185,77)
0 Favorites   0 Comments

Color spaces of #13b94d

RGB 1918577
HSL0.390.810.40
HSV141°90°73°
CMYK 0.900.000.58   0.27
XYZ18.957135.372212.8496
Yxy35.37220.28220.5265
Hunter Lab59.4745-47.184828.8224
CIE-Lab66.0374-61.476243.3429

#13b94d color RGB value is (19,185,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10111001 01001101
Octal 23 271 115
Decimal 19 185 77
Hex 13 B9 4D

RGB Percentages of Color #13b94d

%6.76
%65.84
%27.40

CMYK Percentages of Color #13b94d

%90
%0
%58
%27

Triadic Colors of #13b94d

#13b94d #4d13b9 #b94d13

Analogous Colors of #13b94d

#13b94d #13b9a0 #2cb913

Monochromatic Colors of #13b94d

#13b94d

Complementary Color

#13b94d #b9137f

#13b94d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13b94d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13b94d Color CSS Codes

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

#13b94d Text Font Color

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

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


#13b94d Background Color

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

This div background color is #13b94d


#13b94d Border Color

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

This div border color is #13b94d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13b94d


Comments

No comments written yet.

Please login to write comment.