Color Hex Logo

#425658 Color Hex

#425658
(66,86,88)
0 Favorites   0 Comments

Color spaces of #425658

RGB 668688
HSL0.520.140.30
HSV185°25°35°
CMYK 0.250.020.00   0.65
XYZ7.33608.518410.4901
Yxy8.51840.27850.3233
Hunter Lab29.1863-6.2099-0.8795
CIE-Lab35.0400-7.1157-3.6860

#425658 color RGB value is (66,86,88).

#425658 hex color red value is 66, green value is 86 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #425658 hue: 0.52 , saturation: 0.14 and the lightness value of 425658 is 0.30.

The process color (four color CMYK) of #425658 color hex is 0.25, 0.02, 0.00, 0.65. Web safe color of #425658 is #336666. Color #425658 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010110 01011000
Octal 102 126 130
Decimal 66 86 88
Hex 42 56 58

RGB Percentages of Color #425658

%27.50
%35.83
%36.67

CMYK Percentages of Color #425658

%25
%2
%0
%65

Triadic Colors of #425658

#425658 #584256 #565842

Analogous Colors of #425658

#425658 #424b58 #42584f

Monochromatic Colors of #425658

#425658

Complementary Color

#425658 #584442

#425658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425658 Color CSS Codes

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

#425658 Text Font Color

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

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


#425658 Background Color

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

This div background color is #425658


#425658 Border Color

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

This div border color is #425658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425658


Comments

No comments written yet.

Please login to write comment.