Color Hex Logo

#428589 Color Hex

#428589
(66,133,137)
0 Favorites   0 Comments

Color spaces of #428589

RGB 66133137
HSL0.510.350.40
HSV183°52°54°
CMYK 0.520.030.00   0.46
XYZ15.149719.739526.6785
Yxy19.73950.24610.3206
Hunter Lab44.4292-16.8851-4.5016
CIE-Lab51.5414-20.0294-8.6992

#428589 color RGB value is (66,133,137).

#428589 hex color red value is 66, green value is 133 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #428589 hue: 0.51 , saturation: 0.35 and the lightness value of 428589 is 0.40.

The process color (four color CMYK) of #428589 color hex is 0.52, 0.03, 0.00, 0.46. Web safe color of #428589 is #339999. Color #428589 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000101 10001001
Octal 102 205 211
Decimal 66 133 137
Hex 42 85 89

RGB Percentages of Color #428589

%19.64
%39.58
%40.77

CMYK Percentages of Color #428589

%52
%3
%0
%46

Triadic Colors of #428589

#428589 #894285 #858942

Analogous Colors of #428589

#428589 #426289 #42896a

Monochromatic Colors of #428589

#428589

Complementary Color

#428589 #894642

#428589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428589 Color CSS Codes

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

#428589 Text Font Color

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

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


#428589 Background Color

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

This div background color is #428589


#428589 Border Color

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

This div border color is #428589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428589


Comments

No comments written yet.

Please login to write comment.