Color Hex Logo

#428677 Color Hex

#428677
(66,134,119)
0 Favorites   0 Comments

Color spaces of #428677

RGB 66134119
HSL0.460.340.39
HSV167°51°53°
CMYK 0.510.000.11   0.47
XYZ14.101619.540420.4812
Yxy19.54040.26050.3610
Hunter Lab44.2045-20.41503.4724
CIE-Lab51.3135-25.44901.4639

#428677 color RGB value is (66,134,119).

#428677 hex color red value is 66, green value is 134 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #428677 hue: 0.46 , saturation: 0.34 and the lightness value of 428677 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000110 01110111
Octal 102 206 167
Decimal 66 134 119
Hex 42 86 77

RGB Percentages of Color #428677

%20.69
%42.01
%37.30

CMYK Percentages of Color #428677

%51
%0
%11
%47

Triadic Colors of #428677

#428677 #774286 #867742

Analogous Colors of #428677

#428677 #427386 #428655

Monochromatic Colors of #428677

#428677

Complementary Color

#428677 #864251

#428677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428677 Color CSS Codes

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

#428677 Text Font Color

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

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


#428677 Background Color

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

This div background color is #428677


#428677 Border Color

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

This div border color is #428677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428677


Comments

No comments written yet.

Please login to write comment.