Color Hex Logo

#14452e Color Hex

#14452E
(20,69,46)
0 Favorites   0 Comments

Color spaces of #14452e

RGB 206946
HSL0.420.550.17
HSV152°71°27°
CMYK 0.710.000.33   0.73
XYZ2.90984.60223.3197
Yxy4.60220.26860.4249
Hunter Lab21.4527-13.33105.8421
CIE-Lab25.5700-22.76609.1921

#14452e color RGB value is (20,69,46).

#14452e hex color red value is 20, green value is 69 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #14452e hue: 0.42 , saturation: 0.55 and the lightness value of 14452e is 0.17.

The process color (four color CMYK) of #14452e color hex is 0.71, 0.00, 0.33, 0.73. Web safe color of #14452e is #003333. Color #14452e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000101 00101110
Octal 24 105 56
Decimal 20 69 46
Hex 14 45 2E

RGB Percentages of Color #14452e

%14.81
%51.11
%34.07

CMYK Percentages of Color #14452e

%71
%0
%33
%73

Triadic Colors of #14452e

#14452e #2e1445 #452e14

Analogous Colors of #14452e

#14452e #144445 #144516

Monochromatic Colors of #14452e

#14452e

Complementary Color

#14452e #45142b

#14452e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14452e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14452e Color CSS Codes

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

#14452e Text Font Color

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

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


#14452e Background Color

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

This div background color is #14452e


#14452e Border Color

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

This div border color is #14452e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14452e


Comments

No comments written yet.

Please login to write comment.