Color Hex Logo

#428289 Color Hex

#428289
(66,130,137)
0 Favorites   0 Comments

Color spaces of #428289

RGB 66130137
HSL0.520.350.40
HSV186°52°54°
CMYK 0.520.050.00   0.46
XYZ14.744818.929726.5436
Yxy18.92970.24490.3144
Hunter Lab43.5083-15.6465-5.7159
CIE-Lab50.6049-18.4296-10.1026

#428289 color RGB value is (66,130,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000010 10001001
Octal 102 202 211
Decimal 66 130 137
Hex 42 82 89

RGB Percentages of Color #428289

%19.82
%39.04
%41.14

CMYK Percentages of Color #428289

%52
%5
%0
%46

Triadic Colors of #428289

#428289 #894282 #828942

Analogous Colors of #428289

#428289 #425f89 #42896d

Monochromatic Colors of #428289

#428289

Complementary Color

#428289 #894942

#428289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428289 Color CSS Codes

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

#428289 Text Font Color

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

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


#428289 Background Color

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

This div background color is #428289


#428289 Border Color

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

This div border color is #428289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428289

#428289 Color Palettes


Comments

No comments written yet.

Please login to write comment.