Color Hex Logo

#134904 Color Hex

#134904
(19,73,4)
0 Favorites   0 Comments

Color spaces of #134904

RGB 19734
HSL0.300.900.15
HSV107°95°29°
CMYK 0.740.000.95   0.71
XYZ2.67304.91230.9222
Yxy4.91230.31420.5774
Hunter Lab22.1637-17.258913.0476
CIE-Lab26.4834-31.066932.4705

#134904 color RGB value is (19,73,4).

#134904 hex color red value is 19, green value is 73 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #134904 hue: 0.30 , saturation: 0.90 and the lightness value of 134904 is 0.15.

The process color (four color CMYK) of #134904 color hex is 0.74, 0.00, 0.95, 0.71. Web safe color of #134904 is #003300. Color #134904 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001001 00000100
Octal 23 111 4
Decimal 19 73 4
Hex 13 49 4

RGB Percentages of Color #134904

%19.79
%76.04
%4.17

CMYK Percentages of Color #134904

%74
%0
%95
%71

Triadic Colors of #134904

#134904 #041349 #490413

Analogous Colors of #134904

#134904 #044917 #364904

Monochromatic Colors of #134904

#134904

Complementary Color

#134904 #3a0449

#134904 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134904 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134904 Color CSS Codes

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

#134904 Text Font Color

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

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


#134904 Background Color

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

This div background color is #134904


#134904 Border Color

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

This div border color is #134904


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,73,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #134904; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #134904;
  -webkit-box-shadow: 1px 1px 3px 2px #134904;
  box-shadow:         1px 1px 3px 2px #134904; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134904


Comments

No comments written yet.

Please login to write comment.