Color Hex Logo

#429790 Color Hex

#429790
(66,151,144)
0 Favorites   0 Comments

Color spaces of #429790

RGB 66151144
HSL0.490.390.43
HSV175°56°59°
CMYK 0.560.000.05   0.41
XYZ18.347425.305130.3029
Yxy25.30510.24810.3422
Hunter Lab50.3042-22.9281-0.5030
CIE-Lab57.3715-27.2891-4.0758

#429790 color RGB value is (66,151,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010111 10010000
Octal 102 227 220
Decimal 66 151 144
Hex 42 97 90

RGB Percentages of Color #429790

%18.28
%41.83
%39.89

CMYK Percentages of Color #429790

%56
%0
%5
%41

Triadic Colors of #429790

#429790 #904297 #979042

Analogous Colors of #429790

#429790 #427497 #429766

Monochromatic Colors of #429790

#429790

Complementary Color

#429790 #974249

#429790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429790 Color CSS Codes

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

#429790 Text Font Color

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

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


#429790 Background Color

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

This div background color is #429790


#429790 Border Color

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

This div border color is #429790


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,151,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 #429790">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429790


Comments

No comments written yet.

Please login to write comment.