Color Hex Logo

#429374 Color Hex

#429374
(66,147,116)
0 Favorites   0 Comments

Color spaces of #429374

RGB 66147116
HSL0.440.380.42
HSV157°55°58°
CMYK 0.550.000.21   0.42
XYZ15.832923.286620.1833
Yxy23.28660.26700.3927
Hunter Lab48.2562-25.88238.9811
CIE-Lab55.3663-32.50079.0097

#429374 color RGB value is (66,147,116).

#429374 hex color red value is 66, green value is 147 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #429374 hue: 0.44 , saturation: 0.38 and the lightness value of 429374 is 0.42.

The process color (four color CMYK) of #429374 color hex is 0.55, 0.00, 0.21, 0.42. Web safe color of #429374 is #339966. Color #429374 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010011 01110100
Octal 102 223 164
Decimal 66 147 116
Hex 42 93 74

RGB Percentages of Color #429374

%20.06
%44.68
%35.26

CMYK Percentages of Color #429374

%55
%0
%21
%42

Triadic Colors of #429374

#429374 #744293 #937442

Analogous Colors of #429374

#429374 #428a93 #42934c

Monochromatic Colors of #429374

#429374

Complementary Color

#429374 #934261

#429374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429374 Color CSS Codes

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

#429374 Text Font Color

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

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


#429374 Background Color

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

This div background color is #429374


#429374 Border Color

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

This div border color is #429374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429374


Comments

No comments written yet.

Please login to write comment.