Color Hex Logo

#14481a Color Hex

#14481A
(20,72,26)
0 Favorites   0 Comments

Color spaces of #14481a

RGB 207226
HSL0.350.570.18
HSV127°72°28°
CMYK 0.720.000.64   0.72
XYZ2.79234.85801.7678
Yxy4.85800.29650.5158
Hunter Lab22.0409-15.957810.6732
CIE-Lab26.3263-28.160522.3332

#14481a color RGB value is (20,72,26).

#14481a hex color red value is 20, green value is 72 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #14481a hue: 0.35 , saturation: 0.57 and the lightness value of 14481a is 0.18.

The process color (four color CMYK) of #14481a color hex is 0.72, 0.00, 0.64, 0.72. Web safe color of #14481a is #003333. Color #14481a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001000 00011010
Octal 24 110 32
Decimal 20 72 26
Hex 14 48 1A

RGB Percentages of Color #14481a

%16.95
%61.02
%22.03

CMYK Percentages of Color #14481a

%72
%0
%64
%72

Triadic Colors of #14481a

#14481a #1a1448 #481a14

Analogous Colors of #14481a

#14481a #144834 #284814

Monochromatic Colors of #14481a

#14481a

Complementary Color

#14481a #481442

#14481a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14481a Color Preview on White Background

Lorem ipsum dolor sit amet.

#14481a Color CSS Codes

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

#14481a Text Font Color

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

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


#14481a Background Color

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

This div background color is #14481a


#14481a Border Color

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

This div border color is #14481a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14481a


Comments

No comments written yet.

Please login to write comment.