Color Hex Logo

#42684e Color Hex

#42684E
(66,104,78)
0 Favorites   0 Comments

Color spaces of #42684e

RGB 6610478
HSL0.390.220.33
HSV139°37°41°
CMYK 0.370.000.25   0.59
XYZ8.572211.60898.9967
Yxy11.60890.29380.3979
Hunter Lab34.0718-14.71658.1947
CIE-Lab40.5877-19.685310.4543

#42684e color RGB value is (66,104,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101000 01001110
Octal 102 150 116
Decimal 66 104 78
Hex 42 68 4E

RGB Percentages of Color #42684e

%26.61
%41.94
%31.45

CMYK Percentages of Color #42684e

%37
%0
%25
%59

Triadic Colors of #42684e

#42684e #4e4268 #684e42

Analogous Colors of #42684e

#42684e #426861 #496842

Monochromatic Colors of #42684e

#42684e

Complementary Color

#42684e #68425c

#42684e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42684e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42684e Color CSS Codes

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

#42684e Text Font Color

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

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


#42684e Background Color

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

This div background color is #42684e


#42684e Border Color

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

This div border color is #42684e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42684e


Comments

No comments written yet.

Please login to write comment.