Color Hex Logo

#425664 Color Hex

#425664
(66,86,100)
0 Favorites   0 Comments

Color spaces of #425664

RGB 6686100
HSL0.570.200.33
HSV205°34°39°
CMYK 0.340.140.00   0.61
XYZ7.87488.733913.3274
Yxy8.73390.26310.2918
Hunter Lab29.5532-4.1546-6.0504
CIE-Lab35.4668-3.8663-10.5662

#425664 color RGB value is (66,86,100).

#425664 hex color red value is 66, green value is 86 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #425664 hue: 0.57 , saturation: 0.20 and the lightness value of 425664 is 0.33.

The process color (four color CMYK) of #425664 color hex is 0.34, 0.14, 0.00, 0.61. Web safe color of #425664 is #336666. Color #425664 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010110 01100100
Octal 102 126 144
Decimal 66 86 100
Hex 42 56 64

RGB Percentages of Color #425664

%26.19
%34.13
%39.68

CMYK Percentages of Color #425664

%34
%14
%0
%61

Triadic Colors of #425664

#425664 #644256 #566442

Analogous Colors of #425664

#425664 #424564 #426461

Monochromatic Colors of #425664

#425664

Complementary Color

#425664 #645042

#425664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425664 Color CSS Codes

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

#425664 Text Font Color

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

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


#425664 Background Color

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

This div background color is #425664


#425664 Border Color

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

This div border color is #425664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425664

#425664 Color Palettes


Comments

No comments written yet.

Please login to write comment.