Color Hex Logo

#424c54 Color Hex

#424C54
(66,76,84)
0 Favorites   0 Comments

Color spaces of #424c54

RGB 667684
HSL0.570.120.29
HSV207°21°33°
CMYK 0.210.100.00   0.67
XYZ6.43146.96729.3933
Yxy6.96720.28220.3057
Hunter Lab26.3955-2.6995-2.6226
CIE-Lab31.7321-1.9944-6.0755

#424c54 color RGB value is (66,76,84).

#424c54 hex color red value is 66, green value is 76 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #424c54 hue: 0.57 , saturation: 0.12 and the lightness value of 424c54 is 0.29.

The process color (four color CMYK) of #424c54 color hex is 0.21, 0.10, 0.00, 0.67. Web safe color of #424c54 is #333366. Color #424c54 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001100 01010100
Octal 102 114 124
Decimal 66 76 84
Hex 42 4C 54

RGB Percentages of Color #424c54

%29.20
%33.63
%37.17

CMYK Percentages of Color #424c54

%21
%10
%0
%67

Triadic Colors of #424c54

#424c54 #54424c #4c5442

Analogous Colors of #424c54

#424c54 #424354 #425453

Monochromatic Colors of #424c54

#424c54

Complementary Color

#424c54 #544a42

#424c54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424c54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424c54 Color CSS Codes

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

#424c54 Text Font Color

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

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


#424c54 Background Color

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

This div background color is #424c54


#424c54 Border Color

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

This div border color is #424c54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424c54


Comments

No comments written yet.

Please login to write comment.