Color Hex Logo

#429057 Color Hex

#429057
(66,144,87)
0 Favorites   0 Comments

Color spaces of #429057

RGB 6614487
HSL0.380.370.41
HSV136°54°56°
CMYK 0.540.000.40   0.44
XYZ13.940321.792912.4885
Yxy21.79290.28910.4519
Hunter Lab46.6829-28.391916.8169
CIE-Lab53.8066-37.208023.1829

#429057 color RGB value is (66,144,87).

#429057 hex color red value is 66, green value is 144 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #429057 hue: 0.38 , saturation: 0.37 and the lightness value of 429057 is 0.41.

The process color (four color CMYK) of #429057 color hex is 0.54, 0.00, 0.40, 0.44. Web safe color of #429057 is #339966. Color #429057 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010000 01010111
Octal 102 220 127
Decimal 66 144 87
Hex 42 90 57

RGB Percentages of Color #429057

%22.22
%48.48
%29.29

CMYK Percentages of Color #429057

%54
%0
%40
%44

Triadic Colors of #429057

#429057 #574290 #905742

Analogous Colors of #429057

#429057 #42907e #549042

Monochromatic Colors of #429057

#429057

Complementary Color

#429057 #90427b

#429057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429057 Color CSS Codes

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

#429057 Text Font Color

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

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


#429057 Background Color

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

This div background color is #429057


#429057 Border Color

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

This div border color is #429057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429057

#429057 Color Palettes


Comments

No comments written yet.

Please login to write comment.