Color Hex Logo

#428380 Color Hex

#428380
(66,131,128)
0 Favorites   0 Comments

Color spaces of #428380

RGB 66131128
HSL0.490.330.39
HSV177°50°51°
CMYK 0.500.000.02   0.49
XYZ14.259318.949423.3281
Yxy18.94940.25220.3352
Hunter Lab43.5309-17.7083-1.3017
CIE-Lab50.6280-21.5108-4.7991

#428380 color RGB value is (66,131,128).

#428380 hex color red value is 66, green value is 131 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #428380 hue: 0.49 , saturation: 0.33 and the lightness value of 428380 is 0.39.

The process color (four color CMYK) of #428380 color hex is 0.50, 0.00, 0.02, 0.49. Web safe color of #428380 is #339999. Color #428380 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000011 10000000
Octal 102 203 200
Decimal 66 131 128
Hex 42 83 80

RGB Percentages of Color #428380

%20.31
%40.31
%39.38

CMYK Percentages of Color #428380

%50
%0
%2
%49

Triadic Colors of #428380

#428380 #804283 #838042

Analogous Colors of #428380

#428380 #426683 #428360

Monochromatic Colors of #428380

#428380

Complementary Color

#428380 #834245

#428380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428380 Color CSS Codes

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

#428380 Text Font Color

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

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


#428380 Background Color

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

This div background color is #428380


#428380 Border Color

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

This div border color is #428380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428380


Comments

No comments written yet.

Please login to write comment.