Color Hex Logo

#429004 Color Hex

#429004
(66,144,4)
0 Favorites   0 Comments

Color spaces of #429004

RGB 661444
HSL0.260.950.29
HSV93°97°56°
CMYK 0.540.000.97   0.44
XYZ12.241921.11353.5450
Yxy21.11350.33180.5722
Hunter Lab45.9494-32.855327.5904
CIE-Lab53.0735-45.223555.2293

#429004 color RGB value is (66,144,4).

#429004 hex color red value is 66, green value is 144 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #429004 hue: 0.26 , saturation: 0.95 and the lightness value of 429004 is 0.29.

The process color (four color CMYK) of #429004 color hex is 0.54, 0.00, 0.97, 0.44. Web safe color of #429004 is #339900. Color #429004 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010000 00000100
Octal 102 220 4
Decimal 66 144 4
Hex 42 90 4

RGB Percentages of Color #429004

%30.84
%67.29
%1.87

CMYK Percentages of Color #429004

%54
%0
%97
%44

Triadic Colors of #429004

#429004 #044290 #900442

Analogous Colors of #429004

#429004 #04900c #889004

Monochromatic Colors of #429004

#429004

Complementary Color

#429004 #520490

#429004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429004 Color CSS Codes

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

#429004 Text Font Color

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

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


#429004 Background Color

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

This div background color is #429004


#429004 Border Color

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

This div border color is #429004


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429004


Comments

No comments written yet.

Please login to write comment.