Color Hex Logo

#14561c Color Hex

#14561C
(20,86,28)
0 Favorites   0 Comments

Color spaces of #14561c

RGB 208628
HSL0.350.620.21
HSV127°77°34°
CMYK 0.770.000.67   0.66
XYZ3.82596.88812.2265
Yxy6.88810.29570.5323
Hunter Lab26.2452-19.908213.3418
CIE-Lab31.5508-33.603427.2929

#14561c color RGB value is (20,86,28).

#14561c hex color red value is 20, green value is 86 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #14561c hue: 0.35 , saturation: 0.62 and the lightness value of 14561c is 0.21.

The process color (four color CMYK) of #14561c color hex is 0.77, 0.00, 0.67, 0.66. Web safe color of #14561c is #006633. Color #14561c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010110 00011100
Octal 24 126 34
Decimal 20 86 28
Hex 14 56 1C

RGB Percentages of Color #14561c

%14.93
%64.18
%20.90

CMYK Percentages of Color #14561c

%77
%0
%67
%66

Triadic Colors of #14561c

#14561c #1c1456 #561c14

Analogous Colors of #14561c

#14561c #14563d #2d5614

Monochromatic Colors of #14561c

#14561c

Complementary Color

#14561c #56144e

#14561c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14561c Color Preview on White Background

Lorem ipsum dolor sit amet.

#14561c Color CSS Codes

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

#14561c Text Font Color

<p style="color:#14561c">Text here</p>

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


#14561c Background Color

<div style="background-color:#14561c">
Div content here</div>

This div background color is #14561c


#14561c Border Color

<div style="border:3px solid #14561c">
Div here</div>

This div border color is #14561c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,86,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14561c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14561c;
  -webkit-box-shadow: 1px 1px 3px 2px #14561c;
  box-shadow:         1px 1px 3px 2px #14561c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14561c


Comments

No comments written yet.

Please login to write comment.