Color Hex Logo

#424c56 Color Hex

#424C56
(66,76,86)
1 Favorites   0 Comments

Color spaces of #424c56

RGB 667686
HSL0.580.130.30
HSV210°23°34°
CMYK 0.230.120.00   0.66
XYZ6.51096.99909.8119
Yxy6.99900.27920.3001
Hunter Lab26.4556-2.3673-3.4706
CIE-Lab31.8046-1.4708-7.2442

#424c56 color RGB value is (66,76,86).

#424c56 hex color red value is 66, green value is 76 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #424c56 hue: 0.58 , saturation: 0.13 and the lightness value of 424c56 is 0.30.

The process color (four color CMYK) of #424c56 color hex is 0.23, 0.12, 0.00, 0.66. Web safe color of #424c56 is #333366. Color #424c56 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001100 01010110
Octal 102 114 126
Decimal 66 76 86
Hex 42 4C 56

RGB Percentages of Color #424c56

%28.95
%33.33
%37.72

CMYK Percentages of Color #424c56

%23
%12
%0
%66

Triadic Colors of #424c56

#424c56 #56424c #4c5642

Analogous Colors of #424c56

#424c56 #424256 #425656

Monochromatic Colors of #424c56

#424c56

Complementary Color

#424c56 #564c42

#424c56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424c56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424c56 Color CSS Codes

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

#424c56 Text Font Color

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

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


#424c56 Background Color

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

This div background color is #424c56


#424c56 Border Color

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

This div border color is #424c56


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,76,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #424c56; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #424c56;
  -webkit-box-shadow: 1px 1px 3px 2px #424c56;
  box-shadow:         1px 1px 3px 2px #424c56; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424c56


Comments

No comments written yet.

Please login to write comment.