Color Hex Logo

#426a64 Color Hex

#426A64
(66,106,100)
0 Favorites   0 Comments

Color spaces of #426a64

RGB 66106100
HSL0.480.230.34
HSV171°38°42°
CMYK 0.380.000.06   0.58
XYZ9.701112.386413.9361
Yxy12.38640.26930.3438
Hunter Lab35.1943-12.38761.1586
CIE-Lab41.8238-15.5733-1.0953

#426a64 color RGB value is (66,106,100).

#426a64 hex color red value is 66, green value is 106 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #426a64 hue: 0.48 , saturation: 0.23 and the lightness value of 426a64 is 0.34.

The process color (four color CMYK) of #426a64 color hex is 0.38, 0.00, 0.06, 0.58. Web safe color of #426a64 is #336666. Color #426a64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101010 01100100
Octal 102 152 144
Decimal 66 106 100
Hex 42 6A 64

RGB Percentages of Color #426a64

%24.26
%38.97
%36.76

CMYK Percentages of Color #426a64

%38
%0
%6
%58

Triadic Colors of #426a64

#426a64 #64426a #6a6442

Analogous Colors of #426a64

#426a64 #425c6a #426a50

Monochromatic Colors of #426a64

#426a64

Complementary Color

#426a64 #6a4248

#426a64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426a64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426a64 Color CSS Codes

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

#426a64 Text Font Color

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

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


#426a64 Background Color

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

This div background color is #426a64


#426a64 Border Color

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

This div border color is #426a64


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,106,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #426a64; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #426a64;
  -webkit-box-shadow: 1px 1px 3px 2px #426a64;
  box-shadow:         1px 1px 3px 2px #426a64; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426a64


Comments

No comments written yet.

Please login to write comment.