Color Hex Logo

#42685e Color Hex

#42685E
(66,104,94)
0 Favorites   0 Comments

Color spaces of #42685e

RGB 6610494
HSL0.460.220.33
HSV164°37°41°
CMYK 0.370.000.10   0.59
XYZ9.217511.867012.3944
Yxy11.86700.27530.3545
Hunter Lab34.4485-12.52312.7817
CIE-Lab41.0040-15.98881.3541

#42685e color RGB value is (66,104,94).

#42685e hex color red value is 66, green value is 104 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #42685e hue: 0.46 , saturation: 0.22 and the lightness value of 42685e is 0.33.

The process color (four color CMYK) of #42685e color hex is 0.37, 0.00, 0.10, 0.59. Web safe color of #42685e is #336666. Color #42685e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101000 01011110
Octal 102 150 136
Decimal 66 104 94
Hex 42 68 5E

RGB Percentages of Color #42685e

%25.00
%39.39
%35.61

CMYK Percentages of Color #42685e

%37
%0
%10
%59

Triadic Colors of #42685e

#42685e #5e4268 #685e42

Analogous Colors of #42685e

#42685e #425f68 #42684b

Monochromatic Colors of #42685e

#42685e

Complementary Color

#42685e #68424c

#42685e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42685e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42685e Color CSS Codes

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

#42685e Text Font Color

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

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


#42685e Background Color

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

This div background color is #42685e


#42685e Border Color

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

This div border color is #42685e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42685e


Comments

No comments written yet.

Please login to write comment.