Color Hex Logo

#426960 Color Hex

#426960
(66,105,96)
0 Favorites   0 Comments

Color spaces of #426960

RGB 6610596
HSL0.460.230.34
HSV166°37°41°
CMYK 0.370.000.09   0.59
XYZ9.409712.105912.9071
Yxy12.10590.27340.3517
Hunter Lab34.7935-12.61442.3611
CIE-Lab41.3839-16.04090.6908

#426960 color RGB value is (66,105,96).

#426960 hex color red value is 66, green value is 105 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #426960 hue: 0.46 , saturation: 0.23 and the lightness value of 426960 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101001 01100000
Octal 102 151 140
Decimal 66 105 96
Hex 42 69 60

RGB Percentages of Color #426960

%24.72
%39.33
%35.96

CMYK Percentages of Color #426960

%37
%0
%9
%59

Triadic Colors of #426960

#426960 #604269 #696042

Analogous Colors of #426960

#426960 #425f69 #42694d

Monochromatic Colors of #426960

#426960

Complementary Color

#426960 #69424b

#426960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426960 Color CSS Codes

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

#426960 Text Font Color

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

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


#426960 Background Color

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

This div background color is #426960


#426960 Border Color

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

This div border color is #426960


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,105,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #426960; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #426960;
  -webkit-box-shadow: 1px 1px 3px 2px #426960;
  box-shadow:         1px 1px 3px 2px #426960; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426960


Comments

No comments written yet.

Please login to write comment.