Color Hex Logo

#14894a Color Hex

#14894A
(20,137,74)
0 Favorites   0 Comments

Color spaces of #14894a

RGB 2013774
HSL0.410.750.31
HSV148°85°54°
CMYK 0.850.000.46   0.46
XYZ10.470218.53459.5042
Yxy18.53450.27190.4813
Hunter Lab43.0517-31.929217.0472
CIE-Lab50.1381-45.392225.3125

#14894a color RGB value is (20,137,74).

#14894a hex color red value is 20, green value is 137 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #14894a hue: 0.41 , saturation: 0.75 and the lightness value of 14894a is 0.31.

The process color (four color CMYK) of #14894a color hex is 0.85, 0.00, 0.46, 0.46. Web safe color of #14894a is #009933. Color #14894a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001001 01001010
Octal 24 211 112
Decimal 20 137 74
Hex 14 89 4A

RGB Percentages of Color #14894a

%8.66
%59.31
%32.03

CMYK Percentages of Color #14894a

%85
%0
%46
%46

Triadic Colors of #14894a

#14894a #4a1489 #894a14

Analogous Colors of #14894a

#14894a #148985 #198914

Monochromatic Colors of #14894a

#14894a

Complementary Color

#14894a #891453

#14894a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14894a Color Preview on White Background

Lorem ipsum dolor sit amet.

#14894a Color CSS Codes

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

#14894a Text Font Color

<p style="color:#14894a">Text here</p>

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


#14894a Background Color

<div style="background-color:#14894a">
Div content here</div>

This div background color is #14894a


#14894a Border Color

<div style="border:3px solid #14894a">
Div here</div>

This div border color is #14894a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,137,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14894a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14894a;
  -webkit-box-shadow: 1px 1px 3px 2px #14894a;
  box-shadow:         1px 1px 3px 2px #14894a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14894a


Comments

No comments written yet.

Please login to write comment.