Color Hex Logo

#429659 Color Hex

#429659
(66,150,89)
0 Favorites   0 Comments

Color spaces of #429659

RGB 6615089
HSL0.380.390.42
HSV136°56°59°
CMYK 0.560.000.41   0.41
XYZ14.956323.692213.2360
Yxy23.69220.28830.4566
Hunter Lab48.6746-30.332717.9496
CIE-Lab55.7783-39.450424.6811

#429659 color RGB value is (66,150,89).

#429659 hex color red value is 66, green value is 150 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #429659 hue: 0.38 , saturation: 0.39 and the lightness value of 429659 is 0.42.

The process color (four color CMYK) of #429659 color hex is 0.56, 0.00, 0.41, 0.41. Web safe color of #429659 is #339966. Color #429659 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010110 01011001
Octal 102 226 131
Decimal 66 150 89
Hex 42 96 59

RGB Percentages of Color #429659

%21.64
%49.18
%29.18

CMYK Percentages of Color #429659

%56
%0
%41
%41

Triadic Colors of #429659

#429659 #594296 #965942

Analogous Colors of #429659

#429659 #429683 #559642

Monochromatic Colors of #429659

#429659

Complementary Color

#429659 #96427f

#429659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429659 Color CSS Codes

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

#429659 Text Font Color

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

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


#429659 Background Color

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

This div background color is #429659


#429659 Border Color

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

This div border color is #429659


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429659


Comments

No comments written yet.

Please login to write comment.