Color Hex Logo

#14924e Color Hex

#14924E
(20,146,78)
0 Favorites   0 Comments

Color spaces of #14924e

RGB 2014678
HSL0.410.760.33
HSV148°86°57°
CMYK 0.860.000.47   0.43
XYZ11.942521.256510.6812
Yxy21.25650.27220.4844
Hunter Lab46.1048-34.446618.5375
CIE-Lab53.2291-47.969727.1210

#14924e color RGB value is (20,146,78).

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

The process color (four color CMYK) of #14924e color hex is 0.86, 0.00, 0.47, 0.43. Web safe color of #14924e is #009966. Color #14924e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010010 01001110
Octal 24 222 116
Decimal 20 146 78
Hex 14 92 4E

RGB Percentages of Color #14924e

%8.20
%59.84
%31.97

CMYK Percentages of Color #14924e

%86
%0
%47
%43

Triadic Colors of #14924e

#14924e #4e1492 #924e14

Analogous Colors of #14924e

#14924e #14928d #199214

Monochromatic Colors of #14924e

#14924e

Complementary Color

#14924e #921458

#14924e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14924e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14924e Color CSS Codes

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

#14924e Text Font Color

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

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


#14924e Background Color

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

This div background color is #14924e


#14924e Border Color

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

This div border color is #14924e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14924e


Comments

No comments written yet.

Please login to write comment.