Color Hex Logo

#14520a Color Hex

#14520A
(20,82,10)
0 Favorites   0 Comments

Color spaces of #14520a

RGB 208210
HSL0.310.780.18
HSV112°88°32°
CMYK 0.760.000.88   0.68
XYZ3.36066.20521.3078
Yxy6.20520.30910.5707
Hunter Lab24.9102-19.511814.3244
CIE-Lab29.9244-33.842033.3773

#14520a color RGB value is (20,82,10).

#14520a hex color red value is 20, green value is 82 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #14520a hue: 0.31 , saturation: 0.78 and the lightness value of 14520a is 0.18.

The process color (four color CMYK) of #14520a color hex is 0.76, 0.00, 0.88, 0.68. Web safe color of #14520a is #006600. Color #14520a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010010 00001010
Octal 24 122 12
Decimal 20 82 10
Hex 14 52 A

RGB Percentages of Color #14520a

%17.86
%73.21
%8.93

CMYK Percentages of Color #14520a

%76
%0
%88
%68

Triadic Colors of #14520a

#14520a #0a1452 #520a14

Analogous Colors of #14520a

#14520a #0a5224 #38520a

Monochromatic Colors of #14520a

#14520a

Complementary Color

#14520a #480a52

#14520a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14520a Color Preview on White Background

Lorem ipsum dolor sit amet.

#14520a Color CSS Codes

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

#14520a Text Font Color

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

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


#14520a Background Color

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

This div background color is #14520a


#14520a Border Color

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

This div border color is #14520a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14520a


Comments

No comments written yet.

Please login to write comment.