Color Hex Logo

#14721e Color Hex

#14721E
(20,114,30)
0 Favorites   0 Comments

Color spaces of #14721e

RGB 2011430
HSL0.350.700.26
HSV126°82°45°
CMYK 0.820.000.74   0.55
XYZ6.540112.27713.2533
Yxy12.27710.29630.5563
Hunter Lab35.0387-28.000019.0221
CIE-Lab41.6532-43.616137.3411

#14721e color RGB value is (20,114,30).

#14721e hex color red value is 20, green value is 114 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #14721e hue: 0.35 , saturation: 0.70 and the lightness value of 14721e is 0.26.

The process color (four color CMYK) of #14721e color hex is 0.82, 0.00, 0.74, 0.55. Web safe color of #14721e is #006633. Color #14721e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110010 00011110
Octal 24 162 36
Decimal 20 114 30
Hex 14 72 1E

RGB Percentages of Color #14721e

%12.20
%69.51
%18.29

CMYK Percentages of Color #14721e

%82
%0
%74
%55

Triadic Colors of #14721e

#14721e #1e1472 #721e14

Analogous Colors of #14721e

#14721e #14724d #397214

Monochromatic Colors of #14721e

#14721e

Complementary Color

#14721e #721468

#14721e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14721e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14721e Color CSS Codes

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

#14721e Text Font Color

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

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


#14721e Background Color

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

This div background color is #14721e


#14721e Border Color

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

This div border color is #14721e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14721e


Comments

No comments written yet.

Please login to write comment.