Color Hex Logo

#425758 Color Hex

#425758
(66,87,88)
0 Favorites   0 Comments

Color spaces of #425758

RGB 668788
HSL0.510.140.30
HSV183°25°35°
CMYK 0.250.010.00   0.65
XYZ7.41648.679210.5169
Yxy8.67920.27870.3261
Hunter Lab29.4605-6.6201-0.5432
CIE-Lab35.3592-7.7165-3.2138

#425758 color RGB value is (66,87,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010111 01011000
Octal 102 127 130
Decimal 66 87 88
Hex 42 57 58

RGB Percentages of Color #425758

%27.39
%36.10
%36.51

CMYK Percentages of Color #425758

%25
%1
%0
%65

Triadic Colors of #425758

#425758 #584257 #575842

Analogous Colors of #425758

#425758 #424c58 #42584e

Monochromatic Colors of #425758

#425758

Complementary Color

#425758 #584342

#425758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425758 Color CSS Codes

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

#425758 Text Font Color

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

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


#425758 Background Color

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

This div background color is #425758


#425758 Border Color

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

This div border color is #425758


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,87,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 #425758">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425758


Comments

No comments written yet.

Please login to write comment.