Color Hex Logo

#429590 Color Hex

#429590
(66,149,144)
0 Favorites   0 Comments

Color spaces of #429590

RGB 66149144
HSL0.490.390.42
HSV176°56°58°
CMYK 0.560.000.03   0.42
XYZ18.028324.666830.1965
Yxy24.66680.24730.3384
Hunter Lab49.6657-22.1207-1.2821
CIE-Lab56.7493-26.2924-4.9955

#429590 color RGB value is (66,149,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010101 10010000
Octal 102 225 220
Decimal 66 149 144
Hex 42 95 90

RGB Percentages of Color #429590

%18.38
%41.50
%40.11

CMYK Percentages of Color #429590

%56
%0
%3
%42

Triadic Colors of #429590

#429590 #904295 #959042

Analogous Colors of #429590

#429590 #427195 #429567

Monochromatic Colors of #429590

#429590

Complementary Color

#429590 #954247

#429590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429590 Color CSS Codes

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

#429590 Text Font Color

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

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


#429590 Background Color

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

This div background color is #429590


#429590 Border Color

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

This div border color is #429590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429590


Comments

No comments written yet.

Please login to write comment.