Color Hex Logo

#14ba51 Color Hex

#14BA51
(20,186,81)
0 Favorites   0 Comments

Color spaces of #14ba51

RGB 2018681
HSL0.390.810.40
HSV142°89°73°
CMYK 0.890.000.56   0.27
XYZ19.332635.860613.6874
Yxy35.86060.28070.5206
Hunter Lab59.8837-47.170328.3669
CIE-Lab66.4133-61.180041.9036

#14ba51 color RGB value is (20,186,81).

#14ba51 hex color red value is 20, green value is 186 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #14ba51 hue: 0.39 , saturation: 0.81 and the lightness value of 14ba51 is 0.40.

The process color (four color CMYK) of #14ba51 color hex is 0.89, 0.00, 0.56, 0.27. Web safe color of #14ba51 is #00cc66. Color #14ba51 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111010 01010001
Octal 24 272 121
Decimal 20 186 81
Hex 14 BA 51

RGB Percentages of Color #14ba51

%6.97
%64.81
%28.22

CMYK Percentages of Color #14ba51

%89
%0
%56
%27

Triadic Colors of #14ba51

#14ba51 #5114ba #ba5114

Analogous Colors of #14ba51

#14ba51 #14baa4 #2aba14

Monochromatic Colors of #14ba51

#14ba51

Complementary Color

#14ba51 #ba147d

#14ba51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ba51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ba51 Color CSS Codes

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

#14ba51 Text Font Color

<p style="color:#14ba51">Text here</p>

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


#14ba51 Background Color

<div style="background-color:#14ba51">
Div content here</div>

This div background color is #14ba51


#14ba51 Border Color

<div style="border:3px solid #14ba51">
Div here</div>

This div border color is #14ba51


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,186,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14ba51; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14ba51;
  -webkit-box-shadow: 1px 1px 3px 2px #14ba51;
  box-shadow:         1px 1px 3px 2px #14ba51; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,186,81, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ba51


Comments

No comments written yet.

Please login to write comment.