Color Hex Logo

#429592 Color Hex

#429592
(66,149,146)
0 Favorites   0 Comments

Color spaces of #429592

RGB 66149146
HSL0.490.390.42
HSV178°56°58°
CMYK 0.560.000.02   0.42
XYZ18.182524.728531.0089
Yxy24.72850.24600.3345
Hunter Lab49.7278-21.7567-2.1622
CIE-Lab56.8099-25.7369-6.0504

#429592 color RGB value is (66,149,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010101 10010010
Octal 102 225 222
Decimal 66 149 146
Hex 42 95 92

RGB Percentages of Color #429592

%18.28
%41.27
%40.44

CMYK Percentages of Color #429592

%56
%0
%2
%42

Triadic Colors of #429592

#429592 #924295 #959242

Analogous Colors of #429592

#429592 #426f95 #429569

Monochromatic Colors of #429592

#429592

Complementary Color

#429592 #954245

#429592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429592 Color CSS Codes

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

#429592 Text Font Color

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

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


#429592 Background Color

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

This div background color is #429592


#429592 Border Color

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

This div border color is #429592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429592


Comments

No comments written yet.

Please login to write comment.