Color Hex Logo

#428609 Color Hex

#428609
(66,134,9)
0 Favorites   0 Comments

Color spaces of #428609

RGB 661349
HSL0.260.870.28
HSV93°93°53°
CMYK 0.510.000.93   0.47
XYZ10.821218.22823.2065
Yxy18.22820.33550.5651
Hunter Lab42.6945-29.473425.4333
CIE-Lab49.7717-41.164151.6377

#428609 color RGB value is (66,134,9).

#428609 hex color red value is 66, green value is 134 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #428609 hue: 0.26 , saturation: 0.87 and the lightness value of 428609 is 0.28.

The process color (four color CMYK) of #428609 color hex is 0.51, 0.00, 0.93, 0.47. Web safe color of #428609 is #339900. Color #428609 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000110 00001001
Octal 102 206 11
Decimal 66 134 9
Hex 42 86 9

RGB Percentages of Color #428609

%31.58
%64.11
%4.31

CMYK Percentages of Color #428609

%51
%0
%93
%47

Triadic Colors of #428609

#428609 #094286 #860942

Analogous Colors of #428609

#428609 #09860f #818609

Monochromatic Colors of #428609

#428609

Complementary Color

#428609 #4d0986

#428609 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428609 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428609 Color CSS Codes

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

#428609 Text Font Color

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

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


#428609 Background Color

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

This div background color is #428609


#428609 Border Color

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

This div border color is #428609


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428609


Comments

No comments written yet.

Please login to write comment.