Color Hex Logo

#14721b Color Hex

#14721B
(20,114,27)
0 Favorites   0 Comments

Color spaces of #14721b

RGB 2011427
HSL0.350.700.26
HSV124°82°45°
CMYK 0.820.000.76   0.55
XYZ6.503612.26253.0610
Yxy12.26250.29800.5618
Hunter Lab35.0179-28.129819.3298
CIE-Lab41.6303-43.899438.5494

#14721b color RGB value is (20,114,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110010 00011011
Octal 24 162 33
Decimal 20 114 27
Hex 14 72 1B

RGB Percentages of Color #14721b

%12.42
%70.81
%16.77

CMYK Percentages of Color #14721b

%82
%0
%76
%55

Triadic Colors of #14721b

#14721b #1b1472 #721b14

Analogous Colors of #14721b

#14721b #14724a #3c7214

Monochromatic Colors of #14721b

#14721b

Complementary Color

#14721b #72146b

#14721b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14721b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14721b Color CSS Codes

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

#14721b Text Font Color

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

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


#14721b Background Color

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

This div background color is #14721b


#14721b Border Color

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

This div border color is #14721b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14721b


Comments

No comments written yet.

Please login to write comment.