Color Hex Logo

#429661 Color Hex

#429661
(66,150,97)
0 Favorites   0 Comments

Color spaces of #429661

RGB 6615097
HSL0.390.390.42
HSV142°56°59°
CMYK 0.560.000.35   0.41
XYZ15.310823.834015.1027
Yxy23.83400.28220.4394
Hunter Lab48.8201-29.454515.8324
CIE-Lab55.9212-37.950320.4732

#429661 color RGB value is (66,150,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010110 01100001
Octal 102 226 141
Decimal 66 150 97
Hex 42 96 61

RGB Percentages of Color #429661

%21.09
%47.92
%30.99

CMYK Percentages of Color #429661

%56
%0
%35
%41

Triadic Colors of #429661

#429661 #614296 #966142

Analogous Colors of #429661

#429661 #42968b #4d9642

Monochromatic Colors of #429661

#429661

Complementary Color

#429661 #964277

#429661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429661 Color CSS Codes

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

#429661 Text Font Color

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

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


#429661 Background Color

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

This div background color is #429661


#429661 Border Color

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

This div border color is #429661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429661


Comments

No comments written yet.

Please login to write comment.