Color Hex Logo

#14b977 Color Hex

#14B977
(20,185,119)
0 Favorites   0 Comments

Color spaces of #14b977

RGB 20185119
HSL0.430.800.40
HSV156°89°73°
CMYK 0.890.000.36   0.27
XYZ20.967236.178623.3308
Yxy36.17860.26050.4496
Hunter Lab60.1486-43.036919.1063
CIE-Lab66.6562-54.162722.8311

#14b977 color RGB value is (20,185,119).

#14b977 hex color red value is 20, green value is 185 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #14b977 hue: 0.43 , saturation: 0.80 and the lightness value of 14b977 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111001 01110111
Octal 24 271 167
Decimal 20 185 119
Hex 14 B9 77

RGB Percentages of Color #14b977

%6.17
%57.10
%36.73

CMYK Percentages of Color #14b977

%89
%0
%36
%27

Triadic Colors of #14b977

#14b977 #7714b9 #b97714

Analogous Colors of #14b977

#14b977 #14a9b9 #14b925

Monochromatic Colors of #14b977

#14b977

Complementary Color

#14b977 #b91456

#14b977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14b977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#14b977 Color CSS Codes

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

#14b977 Text Font Color

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

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


#14b977 Background Color

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

This div background color is #14b977


#14b977 Border Color

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

This div border color is #14b977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14b977


Comments

No comments written yet.

Please login to write comment.