Color Hex Logo

#425674 Color Hex

#425674
(66,86,116)
0 Favorites   0 Comments

Color spaces of #425674

RGB 6686116
HSL0.600.270.36
HSV216°43°45°
CMYK 0.430.260.00   0.55
XYZ8.72699.074817.8146
Yxy9.07480.24500.2548
Hunter Lab30.1244-1.0071-13.9751
CIE-Lab36.12790.8786-19.5120

#425674 color RGB value is (66,86,116).

#425674 hex color red value is 66, green value is 86 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #425674 hue: 0.60 , saturation: 0.27 and the lightness value of 425674 is 0.36.

The process color (four color CMYK) of #425674 color hex is 0.43, 0.26, 0.00, 0.55. Web safe color of #425674 is #336666. Color #425674 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010110 01110100
Octal 102 126 164
Decimal 66 86 116
Hex 42 56 74

RGB Percentages of Color #425674

%24.63
%32.09
%43.28

CMYK Percentages of Color #425674

%43
%26
%0
%55

Triadic Colors of #425674

#425674 #744256 #567442

Analogous Colors of #425674

#425674 #474274 #426f74

Monochromatic Colors of #425674

#425674

Complementary Color

#425674 #746042

#425674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425674 Color CSS Codes

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

#425674 Text Font Color

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

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


#425674 Background Color

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

This div background color is #425674


#425674 Border Color

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

This div border color is #425674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425674


Comments

No comments written yet.

Please login to write comment.