Color Hex Logo

#428878 Color Hex

#428878
(66,136,120)
0 Favorites   0 Comments

Color spaces of #428878

RGB 66136120
HSL0.460.350.40
HSV166°51°53°
CMYK 0.510.000.12   0.47
XYZ14.441120.122620.8922
Yxy20.12260.26040.3629
Hunter Lab44.8582-21.03783.7871
CIE-Lab51.9755-26.19511.8438

#428878 color RGB value is (66,136,120).

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

The process color (four color CMYK) of #428878 color hex is 0.51, 0.00, 0.12, 0.47. Web safe color of #428878 is #339966. Color #428878 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001000 01111000
Octal 102 210 170
Decimal 66 136 120
Hex 42 88 78

RGB Percentages of Color #428878

%20.50
%42.24
%37.27

CMYK Percentages of Color #428878

%51
%0
%12
%47

Triadic Colors of #428878

#428878 #784288 #887842

Analogous Colors of #428878

#428878 #427588 #428855

Monochromatic Colors of #428878

#428878

Complementary Color

#428878 #884252

#428878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428878 Color CSS Codes

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

#428878 Text Font Color

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

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


#428878 Background Color

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

This div background color is #428878


#428878 Border Color

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

This div border color is #428878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428878


Comments

No comments written yet.

Please login to write comment.