Color Hex Logo

#428980 Color Hex

#428980
(66,137,128)
0 Favorites   0 Comments

Color spaces of #428980

RGB 66137128
HSL0.480.350.40
HSV172°52°54°
CMYK 0.520.000.07   0.46
XYZ15.088720.608123.6046
Yxy20.60810.25440.3475
Hunter Lab45.3961-20.11370.9483
CIE-Lab52.5179-24.6028-2.0116

#428980 color RGB value is (66,137,128).

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

The process color (four color CMYK) of #428980 color hex is 0.52, 0.00, 0.07, 0.46. Web safe color of #428980 is #339999. Color #428980 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001001 10000000
Octal 102 211 200
Decimal 66 137 128
Hex 42 89 80

RGB Percentages of Color #428980

%19.94
%41.39
%38.67

CMYK Percentages of Color #428980

%52
%0
%7
%46

Triadic Colors of #428980

#428980 #804289 #898042

Analogous Colors of #428980

#428980 #426f89 #42895d

Monochromatic Colors of #428980

#428980

Complementary Color

#428980 #89424b

#428980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428980 Color CSS Codes

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

#428980 Text Font Color

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

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


#428980 Background Color

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

This div background color is #428980


#428980 Border Color

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

This div border color is #428980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428980


Comments

No comments written yet.

Please login to write comment.