Color Hex Logo

#14752e Color Hex

#14752E
(20,117,46)
0 Favorites   0 Comments

Color spaces of #14752e

RGB 2011746
HSL0.380.710.27
HSV136°83°46°
CMYK 0.830.000.61   0.54
XYZ7.142913.06864.7308
Yxy13.06860.28640.5240
Hunter Lab36.1505-27.994017.5464
CIE-Lab42.8664-42.734831.1831

#14752e color RGB value is (20,117,46).

#14752e hex color red value is 20, green value is 117 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #14752e hue: 0.38 , saturation: 0.71 and the lightness value of 14752e is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110101 00101110
Octal 24 165 56
Decimal 20 117 46
Hex 14 75 2E

RGB Percentages of Color #14752e

%10.93
%63.93
%25.14

CMYK Percentages of Color #14752e

%83
%0
%61
%54

Triadic Colors of #14752e

#14752e #2e1475 #752e14

Analogous Colors of #14752e

#14752e #14755f #2b7514

Monochromatic Colors of #14752e

#14752e

Complementary Color

#14752e #75145b

#14752e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14752e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14752e Color CSS Codes

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

#14752e Text Font Color

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

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


#14752e Background Color

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

This div background color is #14752e


#14752e Border Color

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

This div border color is #14752e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14752e


Comments

No comments written yet.

Please login to write comment.