Color Hex Logo

#42994e Color Hex

#42994E
(66,153,78)
0 Favorites   0 Comments

Color spaces of #42994e

RGB 6615378
HSL0.360.400.43
HSV128°57°60°
CMYK 0.570.000.49   0.40
XYZ15.013124.490811.1436
Yxy24.49080.29640.4836
Hunter Lab49.4882-32.453221.2910
CIE-Lab56.5759-42.547031.5791

#42994e color RGB value is (66,153,78).

#42994e hex color red value is 66, green value is 153 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #42994e hue: 0.36 , saturation: 0.40 and the lightness value of 42994e is 0.43.

The process color (four color CMYK) of #42994e color hex is 0.57, 0.00, 0.49, 0.40. Web safe color of #42994e is #339966. Color #42994e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011001 01001110
Octal 102 231 116
Decimal 66 153 78
Hex 42 99 4E

RGB Percentages of Color #42994e

%22.22
%51.52
%26.26

CMYK Percentages of Color #42994e

%57
%0
%49
%40

Triadic Colors of #42994e

#42994e #4e4299 #994e42

Analogous Colors of #42994e

#42994e #42997a #629942

Monochromatic Colors of #42994e

#42994e

Complementary Color

#42994e #99428d

#42994e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42994e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42994e Color CSS Codes

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

#42994e Text Font Color

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

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


#42994e Background Color

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

This div background color is #42994e


#42994e Border Color

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

This div border color is #42994e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,153,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42994e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42994e;
  -webkit-box-shadow: 1px 1px 3px 2px #42994e;
  box-shadow:         1px 1px 3px 2px #42994e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42994e


Comments

No comments written yet.

Please login to write comment.