Color Hex Logo

#429596 Color Hex

#429596
(66,149,150)
0 Favorites   0 Comments

Color spaces of #429596

RGB 66149150
HSL0.500.390.42
HSV181°56°59°
CMYK 0.560.010.00   0.41
XYZ18.499224.855232.6767
Yxy24.85520.24330.3269
Hunter Lab49.8550-21.0120-3.9622
CIE-Lab56.9341-24.6089-8.1543

#429596 color RGB value is (66,149,150).

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

The process color (four color CMYK) of #429596 color hex is 0.56, 0.01, 0.00, 0.41. Web safe color of #429596 is #339999. Color #429596 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010101 10010110
Octal 102 225 226
Decimal 66 149 150
Hex 42 95 96

RGB Percentages of Color #429596

%18.08
%40.82
%41.10

CMYK Percentages of Color #429596

%56
%1
%0
%41

Triadic Colors of #429596

#429596 #964295 #959642

Analogous Colors of #429596

#429596 #426b96 #42966d

Monochromatic Colors of #429596

#429596

Complementary Color

#429596 #964342

#429596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429596 Color CSS Codes

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

#429596 Text Font Color

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

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


#429596 Background Color

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

This div background color is #429596


#429596 Border Color

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

This div border color is #429596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429596


Comments

No comments written yet.

Please login to write comment.