Color Hex Logo

#429580 Color Hex

#429580
(66,149,128)
0 Favorites   0 Comments

Color spaces of #429580

RGB 66149128
HSL0.460.390.42
HSV165°56°58°
CMYK 0.560.000.14   0.42
XYZ16.890524.211724.2052
Yxy24.21170.25860.3707
Hunter Lab49.2054-24.83665.2777
CIE-Lab56.2991-30.52743.4973

#429580 color RGB value is (66,149,128).

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

The process color (four color CMYK) of #429580 color hex is 0.56, 0.00, 0.14, 0.42. Web safe color of #429580 is #339999. Color #429580 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010101 10000000
Octal 102 225 200
Decimal 66 149 128
Hex 42 95 80

RGB Percentages of Color #429580

%19.24
%43.44
%37.32

CMYK Percentages of Color #429580

%56
%0
%14
%42

Triadic Colors of #429580

#429580 #804295 #958042

Analogous Colors of #429580

#429580 #428195 #429557

Monochromatic Colors of #429580

#429580

Complementary Color

#429580 #954257

#429580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429580 Color CSS Codes

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

#429580 Text Font Color

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

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


#429580 Background Color

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

This div background color is #429580


#429580 Border Color

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

This div border color is #429580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429580


Comments

No comments written yet.

Please login to write comment.