Color Hex Logo

#14632e Color Hex

#14632E
(20,99,46)
0 Favorites   0 Comments

Color spaces of #14632e

RGB 209946
HSL0.390.660.23
HSV140°80°39°
CMYK 0.800.000.54   0.61
XYZ5.24359.26974.0976
Yxy9.26970.28170.4981
Hunter Lab30.4462-22.539213.3328
CIE-Lab36.4985-35.946123.4922

#14632e color RGB value is (20,99,46).

#14632e hex color red value is 20, green value is 99 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #14632e hue: 0.39 , saturation: 0.66 and the lightness value of 14632e is 0.23.

The process color (four color CMYK) of #14632e color hex is 0.80, 0.00, 0.54, 0.61. Web safe color of #14632e is #006633. Color #14632e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100011 00101110
Octal 24 143 56
Decimal 20 99 46
Hex 14 63 2E

RGB Percentages of Color #14632e

%12.12
%60.00
%27.88

CMYK Percentages of Color #14632e

%80
%0
%54
%61

Triadic Colors of #14632e

#14632e #2e1463 #632e14

Analogous Colors of #14632e

#14632e #146356 #226314

Monochromatic Colors of #14632e

#14632e

Complementary Color

#14632e #631449

#14632e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14632e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14632e Color CSS Codes

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

#14632e Text Font Color

<p style="color:#14632e">Text here</p>

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


#14632e Background Color

<div style="background-color:#14632e">
Div content here</div>

This div background color is #14632e


#14632e Border Color

<div style="border:3px solid #14632e">
Div here</div>

This div border color is #14632e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,99,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14632e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14632e;
  -webkit-box-shadow: 1px 1px 3px 2px #14632e;
  box-shadow:         1px 1px 3px 2px #14632e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14632e


Comments

No comments written yet.

Please login to write comment.