Color Hex Logo

#14893b Color Hex

#14893B
(20,137,59)
0 Favorites   0 Comments

Color spaces of #14893b

RGB 2013759
HSL0.390.750.31
HSV140°85°54°
CMYK 0.850.000.57   0.46
XYZ10.023618.35587.1524
Yxy18.35580.28210.5166
Hunter Lab42.8437-33.215020.0926
CIE-Lab49.9248-47.930632.9659

#14893b color RGB value is (20,137,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001001 00111011
Octal 24 211 73
Decimal 20 137 59
Hex 14 89 3B

RGB Percentages of Color #14893b

%9.26
%63.43
%27.31

CMYK Percentages of Color #14893b

%85
%0
%57
%46

Triadic Colors of #14893b

#14893b #3b1489 #893b14

Analogous Colors of #14893b

#14893b #148976 #288914

Monochromatic Colors of #14893b

#14893b

Complementary Color

#14893b #891462

#14893b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14893b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14893b Color CSS Codes

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

#14893b Text Font Color

<p style="color:#14893b">Text here</p>

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


#14893b Background Color

<div style="background-color:#14893b">
Div content here</div>

This div background color is #14893b


#14893b Border Color

<div style="border:3px solid #14893b">
Div here</div>

This div border color is #14893b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14893b


Comments

No comments written yet.

Please login to write comment.