Color Hex Logo

#42985e Color Hex

#42985E
(66,152,94)
0 Favorites   0 Comments

Color spaces of #42985e

RGB 6615294
HSL0.390.390.43
HSV140°57°60°
CMYK 0.570.000.38   0.40
XYZ15.495424.422914.4871
Yxy24.42290.28480.4489
Hunter Lab49.4195-30.515817.2131
CIE-Lab56.5087-39.393822.9124

#42985e color RGB value is (66,152,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011000 01011110
Octal 102 230 136
Decimal 66 152 94
Hex 42 98 5E

RGB Percentages of Color #42985e

%21.15
%48.72
%30.13

CMYK Percentages of Color #42985e

%57
%0
%38
%40

Triadic Colors of #42985e

#42985e #5e4298 #985e42

Analogous Colors of #42985e

#42985e #429889 #519842

Monochromatic Colors of #42985e

#42985e

Complementary Color

#42985e #98427c

#42985e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42985e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42985e Color CSS Codes

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

#42985e Text Font Color

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

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


#42985e Background Color

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

This div background color is #42985e


#42985e Border Color

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

This div border color is #42985e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42985e


Comments

No comments written yet.

Please login to write comment.