Color Hex Logo

#14650d Color Hex

#14650D
(20,101,13)
0 Favorites   0 Comments

Color spaces of #14650d

RGB 2010113
HSL0.320.770.22
HSV115°87°40°
CMYK 0.800.000.87   0.60
XYZ5.01489.48511.9473
Yxy9.48510.30490.5767
Hunter Lab30.7979-24.831317.8097
CIE-Lab36.9020-40.493938.9080

#14650d color RGB value is (20,101,13).

#14650d hex color red value is 20, green value is 101 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #14650d hue: 0.32 , saturation: 0.77 and the lightness value of 14650d is 0.22.

The process color (four color CMYK) of #14650d color hex is 0.80, 0.00, 0.87, 0.60. Web safe color of #14650d is #006600. Color #14650d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100101 00001101
Octal 24 145 15
Decimal 20 101 13
Hex 14 65 D

RGB Percentages of Color #14650d

%14.93
%75.37
%9.70

CMYK Percentages of Color #14650d

%80
%0
%87
%60

Triadic Colors of #14650d

#14650d #0d1465 #650d14

Analogous Colors of #14650d

#14650d #0d6532 #40650d

Monochromatic Colors of #14650d

#14650d

Complementary Color

#14650d #5e0d65

#14650d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14650d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14650d Color CSS Codes

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

#14650d Text Font Color

<p style="color:#14650d">Text here</p>

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


#14650d Background Color

<div style="background-color:#14650d">
Div content here</div>

This div background color is #14650d


#14650d Border Color

<div style="border:3px solid #14650d">
Div here</div>

This div border color is #14650d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,101,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14650d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14650d;
  -webkit-box-shadow: 1px 1px 3px 2px #14650d;
  box-shadow:         1px 1px 3px 2px #14650d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14650d


Comments

No comments written yet.

Please login to write comment.