Color Hex Logo

#147804 Color Hex

#147804
(20,120,4)
0 Favorites   0 Comments

Color spaces of #147804

RGB 201204
HSL0.310.940.24
HSV112°97°47°
CMYK 0.830.000.97   0.53
XYZ7.026913.59042.3677
Yxy13.59040.30570.5913
Hunter Lab36.8652-30.490021.9977
CIE-Lab43.6397-47.216347.0033

#147804 color RGB value is (20,120,4).

#147804 hex color red value is 20, green value is 120 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #147804 hue: 0.31 , saturation: 0.94 and the lightness value of 147804 is 0.24.

The process color (four color CMYK) of #147804 color hex is 0.83, 0.00, 0.97, 0.53. Web safe color of #147804 is #006600. Color #147804 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111000 00000100
Octal 24 170 4
Decimal 20 120 4
Hex 14 78 4

RGB Percentages of Color #147804

%13.89
%83.33
%2.78

CMYK Percentages of Color #147804

%83
%0
%97
%53

Triadic Colors of #147804

#147804 #041478 #780414

Analogous Colors of #147804

#147804 #04782e #4e7804

Monochromatic Colors of #147804

#147804

Complementary Color

#147804 #680478

#147804 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147804 Color Preview on White Background

Lorem ipsum dolor sit amet.

#147804 Color CSS Codes

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

#147804 Text Font Color

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

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


#147804 Background Color

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

This div background color is #147804


#147804 Border Color

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

This div border color is #147804


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147804


Comments

No comments written yet.

Please login to write comment.