Color Hex Logo

#14730a Color Hex

#14730A
(20,115,10)
0 Favorites   0 Comments

Color spaces of #14730a

RGB 2011510
HSL0.320.840.25
HSV114°91°45°
CMYK 0.830.000.91   0.55
XYZ6.474012.43212.3456
Yxy12.43210.30460.5850
Hunter Lab35.2592-28.928920.7372
CIE-Lab41.8948-45.350144.1691

#14730a color RGB value is (20,115,10).

#14730a hex color red value is 20, green value is 115 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #14730a hue: 0.32 , saturation: 0.84 and the lightness value of 14730a is 0.25.

The process color (four color CMYK) of #14730a color hex is 0.83, 0.00, 0.91, 0.55. Web safe color of #14730a is #006600. Color #14730a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110011 00001010
Octal 24 163 12
Decimal 20 115 10
Hex 14 73 A

RGB Percentages of Color #14730a

%13.79
%79.31
%6.90

CMYK Percentages of Color #14730a

%83
%0
%91
%55

Triadic Colors of #14730a

#14730a #0a1473 #730a14

Analogous Colors of #14730a

#14730a #0a7335 #48730a

Monochromatic Colors of #14730a

#14730a

Complementary Color

#14730a #690a73

#14730a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14730a Color Preview on White Background

Lorem ipsum dolor sit amet.

#14730a Color CSS Codes

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

#14730a Text Font Color

<p style="color:#14730a">Text here</p>

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


#14730a Background Color

<div style="background-color:#14730a">
Div content here</div>

This div background color is #14730a


#14730a Border Color

<div style="border:3px solid #14730a">
Div here</div>

This div border color is #14730a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,115,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14730a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14730a;
  -webkit-box-shadow: 1px 1px 3px 2px #14730a;
  box-shadow:         1px 1px 3px 2px #14730a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14730a


Comments

No comments written yet.

Please login to write comment.