Color Hex Logo

#42895e Color Hex

#42895E
(66,137,94)
0 Favorites   0 Comments

Color spaces of #42895e

RGB 6613794
HSL0.400.350.40
HSV144°52°54°
CMYK 0.520.000.31   0.46
XYZ13.212819.857713.7262
Yxy19.85770.28230.4243
Hunter Lab44.5620-25.057512.9306
CIE-Lab51.6759-32.693316.3998

#42895e color RGB value is (66,137,94).

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

The process color (four color CMYK) of #42895e color hex is 0.52, 0.00, 0.31, 0.46. Web safe color of #42895e is #339966. Color #42895e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001001 01011110
Octal 102 211 136
Decimal 66 137 94
Hex 42 89 5E

RGB Percentages of Color #42895e

%22.22
%46.13
%31.65

CMYK Percentages of Color #42895e

%52
%0
%31
%46

Triadic Colors of #42895e

#42895e #5e4289 #895e42

Analogous Colors of #42895e

#42895e #428982 #4a8942

Monochromatic Colors of #42895e

#42895e

Complementary Color

#42895e #89426d

#42895e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42895e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42895e Color CSS Codes

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

#42895e Text Font Color

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

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


#42895e Background Color

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

This div background color is #42895e


#42895e Border Color

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

This div border color is #42895e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,137,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 #42895e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42895e


Comments

No comments written yet.

Please login to write comment.