Color Hex Logo

#14804b Color Hex

#14804B
(20,128,75)
0 Favorites   0 Comments

Color spaces of #14804b

RGB 2012875
HSL0.420.730.29
HSV151°84°50°
CMYK 0.840.000.41   0.50
XYZ9.277716.09519.2743
Yxy16.09510.26780.4645
Hunter Lab40.1187-28.928514.3769
CIE-Lab47.0990-41.761520.7939

#14804b color RGB value is (20,128,75).

#14804b hex color red value is 20, green value is 128 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #14804b hue: 0.42 , saturation: 0.73 and the lightness value of 14804b is 0.29.

The process color (four color CMYK) of #14804b color hex is 0.84, 0.00, 0.41, 0.50. Web safe color of #14804b is #009933. Color #14804b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000000 01001011
Octal 24 200 113
Decimal 20 128 75
Hex 14 80 4B

RGB Percentages of Color #14804b

%8.97
%57.40
%33.63

CMYK Percentages of Color #14804b

%84
%0
%41
%50

Triadic Colors of #14804b

#14804b #4b1480 #804b14

Analogous Colors of #14804b

#14804b #147f80 #148015

Monochromatic Colors of #14804b

#14804b

Complementary Color

#14804b #801449

#14804b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14804b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14804b Color CSS Codes

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

#14804b Text Font Color

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

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


#14804b Background Color

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

This div background color is #14804b


#14804b Border Color

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

This div border color is #14804b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14804b


Comments

No comments written yet.

Please login to write comment.