Color Hex Logo

#14821a Color Hex

#14821A
(20,130,26)
0 Favorites   0 Comments

Color spaces of #14821a

RGB 2013026
HSL0.340.730.29
HSV123°85°51°
CMYK 0.850.000.80   0.49
XYZ8.457616.18863.6562
Yxy16.18860.29880.5720
Hunter Lab40.2351-32.889822.7768
CIE-Lab47.2210-49.280844.4779

#14821a color RGB value is (20,130,26).

#14821a hex color red value is 20, green value is 130 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #14821a hue: 0.34 , saturation: 0.73 and the lightness value of 14821a is 0.29.

The process color (four color CMYK) of #14821a color hex is 0.85, 0.00, 0.80, 0.49. Web safe color of #14821a is #009933. Color #14821a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000010 00011010
Octal 24 202 32
Decimal 20 130 26
Hex 14 82 1A

RGB Percentages of Color #14821a

%11.36
%73.86
%14.77

CMYK Percentages of Color #14821a

%85
%0
%80
%49

Triadic Colors of #14821a

#14821a #1a1482 #821a14

Analogous Colors of #14821a

#14821a #148251 #458214

Monochromatic Colors of #14821a

#14821a

Complementary Color

#14821a #82147c

#14821a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14821a Color Preview on White Background

Lorem ipsum dolor sit amet.

#14821a Color CSS Codes

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

#14821a Text Font Color

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

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


#14821a Background Color

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

This div background color is #14821a


#14821a Border Color

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

This div border color is #14821a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14821a


Comments

No comments written yet.

Please login to write comment.