Color Hex Logo

#14946e Color Hex

#14946E
(20,148,110)
0 Favorites   0 Comments

Color spaces of #14946e

RGB 20148110
HSL0.450.760.33
HSV162°86°58°
CMYK 0.860.000.26   0.42
XYZ13.692922.454318.3643
Yxy22.45430.25120.4119
Hunter Lab47.3860-31.345110.1925
CIE-Lab54.5057-41.790811.0601

#14946e color RGB value is (20,148,110).

#14946e hex color red value is 20, green value is 148 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #14946e hue: 0.45 , saturation: 0.76 and the lightness value of 14946e is 0.33.

The process color (four color CMYK) of #14946e color hex is 0.86, 0.00, 0.26, 0.42. Web safe color of #14946e is #009966. Color #14946e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010100 01101110
Octal 24 224 156
Decimal 20 148 110
Hex 14 94 6E

RGB Percentages of Color #14946e

%7.19
%53.24
%39.57

CMYK Percentages of Color #14946e

%86
%0
%26
%42

Triadic Colors of #14946e

#14946e #6e1494 #946e14

Analogous Colors of #14946e

#14946e #147a94 #14942e

Monochromatic Colors of #14946e

#14946e

Complementary Color

#14946e #94143a

#14946e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14946e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14946e Color CSS Codes

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

#14946e Text Font Color

<p style="color:#14946e">Text here</p>

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


#14946e Background Color

<div style="background-color:#14946e">
Div content here</div>

This div background color is #14946e


#14946e Border Color

<div style="border:3px solid #14946e">
Div here</div>

This div border color is #14946e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,148,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14946e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14946e;
  -webkit-box-shadow: 1px 1px 3px 2px #14946e;
  box-shadow:         1px 1px 3px 2px #14946e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14946e


Comments

No comments written yet.

Please login to write comment.