Color Hex Logo

#428079 Color Hex

#428079
(66,128,121)
0 Favorites   0 Comments

Color spaces of #428079

RGB 66128121
HSL0.480.320.38
HSV173°48°50°
CMYK 0.480.000.05   0.50
XYZ13.417117.977120.8519
Yxy17.97710.25680.3441
Hunter Lab42.3994-17.71350.5209
CIE-Lab49.4683-21.8495-2.4048

#428079 color RGB value is (66,128,121).

#428079 hex color red value is 66, green value is 128 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #428079 hue: 0.48 , saturation: 0.32 and the lightness value of 428079 is 0.38.

The process color (four color CMYK) of #428079 color hex is 0.48, 0.00, 0.05, 0.50. Web safe color of #428079 is #339966. Color #428079 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000000 01111001
Octal 102 200 171
Decimal 66 128 121
Hex 42 80 79

RGB Percentages of Color #428079

%20.95
%40.63
%38.41

CMYK Percentages of Color #428079

%48
%0
%5
%50

Triadic Colors of #428079

#428079 #794280 #807942

Analogous Colors of #428079

#428079 #426880 #42805a

Monochromatic Colors of #428079

#428079

Complementary Color

#428079 #804249

#428079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428079 Color CSS Codes

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

#428079 Text Font Color

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

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


#428079 Background Color

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

This div background color is #428079


#428079 Border Color

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

This div border color is #428079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428079


Comments

No comments written yet.

Please login to write comment.