Color Hex Logo

#428078 Color Hex

#428078
(66,128,120)
0 Favorites   0 Comments

Color spaces of #428078

RGB 66128120
HSL0.480.320.38
HSV172°48°50°
CMYK 0.480.000.06   0.50
XYZ13.356117.952720.5306
Yxy17.95270.25760.3463
Hunter Lab42.3706-17.88170.9306
CIE-Lab49.4387-22.1169-1.8607

#428078 color RGB value is (66,128,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000000 01111000
Octal 102 200 170
Decimal 66 128 120
Hex 42 80 78

RGB Percentages of Color #428078

%21.02
%40.76
%38.22

CMYK Percentages of Color #428078

%48
%0
%6
%50

Triadic Colors of #428078

#428078 #784280 #807842

Analogous Colors of #428078

#428078 #426980 #428059

Monochromatic Colors of #428078

#428078

Complementary Color

#428078 #80424a

#428078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428078 Color CSS Codes

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

#428078 Text Font Color

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

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


#428078 Background Color

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

This div background color is #428078


#428078 Border Color

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

This div border color is #428078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428078


Comments

No comments written yet.

Please login to write comment.