Color Hex Logo

#425859 Color Hex

#425859
(66,88,89)
0 Favorites   0 Comments

Color spaces of #425859

RGB 668889
HSL0.510.150.30
HSV183°26°35°
CMYK 0.260.010.00   0.65
XYZ7.53978.859010.7638
Yxy8.85900.27760.3261
Hunter Lab29.7641-6.8703-0.6066
CIE-Lab35.7114-8.0572-3.3190

#425859 color RGB value is (66,88,89).

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

The process color (four color CMYK) of #425859 color hex is 0.26, 0.01, 0.00, 0.65. Web safe color of #425859 is #336666. Color #425859 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011000 01011001
Octal 102 130 131
Decimal 66 88 89
Hex 42 58 59

RGB Percentages of Color #425859

%27.16
%36.21
%36.63

CMYK Percentages of Color #425859

%26
%1
%0
%65

Triadic Colors of #425859

#425859 #594258 #585942

Analogous Colors of #425859

#425859 #424d59 #42594f

Monochromatic Colors of #425859

#425859

Complementary Color

#425859 #594342

#425859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425859 Color CSS Codes

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

#425859 Text Font Color

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

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


#425859 Background Color

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

This div background color is #425859


#425859 Border Color

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

This div border color is #425859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425859


Comments

No comments written yet.

Please login to write comment.