Color Hex Logo

#424854 Color Hex

#424854
(66,72,84)
0 Favorites   0 Comments

Color spaces of #424854

RGB 667284
HSL0.610.120.29
HSV220°21°33°
CMYK 0.210.140.00   0.67
XYZ6.16446.43319.3043
Yxy6.43310.28150.2937
Hunter Lab25.3636-1.0033-3.9953
CIE-Lab30.47990.5439-7.9546

#424854 color RGB value is (66,72,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001000 01010100
Octal 102 110 124
Decimal 66 72 84
Hex 42 48 54

RGB Percentages of Color #424854

%29.73
%32.43
%37.84

CMYK Percentages of Color #424854

%21
%14
%0
%67

Triadic Colors of #424854

#424854 #544248 #485442

Analogous Colors of #424854

#424854 #454254 #425154

Monochromatic Colors of #424854

#424854

Complementary Color

#424854 #544e42

#424854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424854 Color CSS Codes

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

#424854 Text Font Color

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

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


#424854 Background Color

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

This div background color is #424854


#424854 Border Color

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

This div border color is #424854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424854


Comments

No comments written yet.

Please login to write comment.