Color Hex Logo

#14280d Color Hex

#14280D
(20,40,13)
0 Favorites   0 Comments

Color spaces of #14280d

RGB 204013
HSL0.290.510.10
HSV104°68°16°
CMYK 0.500.000.68   0.84
XYZ1.11991.69540.6490
Yxy1.69540.32330.4894
Hunter Lab13.0208-7.43376.1593
CIE-Lab13.7999-14.672114.5101

#14280d color RGB value is (20,40,13).

#14280d hex color red value is 20, green value is 40 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #14280d hue: 0.29 , saturation: 0.51 and the lightness value of 14280d is 0.10.

The process color (four color CMYK) of #14280d color hex is 0.50, 0.00, 0.68, 0.84. Web safe color of #14280d is #003300. Color #14280d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101000 00001101
Octal 24 50 15
Decimal 20 40 13
Hex 14 28 D

RGB Percentages of Color #14280d

%27.40
%54.79
%17.81

CMYK Percentages of Color #14280d

%50
%0
%68
%84

Triadic Colors of #14280d

#14280d #0d1428 #280d14

Analogous Colors of #14280d

#14280d #0d2814 #22280d

Monochromatic Colors of #14280d

#14280d

Complementary Color

#14280d #210d28

#14280d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14280d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14280d Color CSS Codes

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

#14280d Text Font Color

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

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


#14280d Background Color

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

This div background color is #14280d


#14280d Border Color

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

This div border color is #14280d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,40,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 #14280d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14280d


Comments

No comments written yet.

Please login to write comment.