Color Hex Logo

#425461 Color Hex

#425461
(66,84,97)
0 Favorites   0 Comments

Color spaces of #425461

RGB 668497
HSL0.570.190.32
HSV205°32°38°
CMYK 0.320.130.00   0.62
XYZ7.57488.362012.5240
Yxy8.36200.26610.2938
Hunter Lab28.9171-3.8471-5.4365
CIE-Lab34.7257-3.4757-9.8071

#425461 color RGB value is (66,84,97).

#425461 hex color red value is 66, green value is 84 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #425461 hue: 0.57 , saturation: 0.19 and the lightness value of 425461 is 0.32.

The process color (four color CMYK) of #425461 color hex is 0.32, 0.13, 0.00, 0.62. Web safe color of #425461 is #336666. Color #425461 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010100 01100001
Octal 102 124 141
Decimal 66 84 97
Hex 42 54 61

RGB Percentages of Color #425461

%26.72
%34.01
%39.27

CMYK Percentages of Color #425461

%32
%13
%0
%62

Triadic Colors of #425461

#425461 #614254 #546142

Analogous Colors of #425461

#425461 #424561 #42615f

Monochromatic Colors of #425461

#425461

Complementary Color

#425461 #614f42

#425461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425461 Color CSS Codes

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

#425461 Text Font Color

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

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


#425461 Background Color

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

This div background color is #425461


#425461 Border Color

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

This div border color is #425461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425461


Comments

No comments written yet.

Please login to write comment.