Color Hex Logo

#428483 Color Hex

#428483
(66,132,131)
0 Favorites   0 Comments

Color spaces of #428483

RGB 66132131
HSL0.500.330.39
HSV179°50°52°
CMYK 0.500.000.01   0.48
XYZ14.594819.299524.4287
Yxy19.29950.25020.3309
Hunter Lab43.9312-17.5784-2.2174
CIE-Lab51.0358-21.2012-5.9492

#428483 color RGB value is (66,132,131).

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

The process color (four color CMYK) of #428483 color hex is 0.50, 0.00, 0.01, 0.48. Web safe color of #428483 is #339999. Color #428483 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000100 10000011
Octal 102 204 203
Decimal 66 132 131
Hex 42 84 83

RGB Percentages of Color #428483

%20.06
%40.12
%39.82

CMYK Percentages of Color #428483

%50
%0
%1
%48

Triadic Colors of #428483

#428483 #834284 #848342

Analogous Colors of #428483

#428483 #426484 #428462

Monochromatic Colors of #428483

#428483

Complementary Color

#428483 #844243

#428483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428483 Color CSS Codes

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

#428483 Text Font Color

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

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


#428483 Background Color

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

This div background color is #428483


#428483 Border Color

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

This div border color is #428483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428483


Comments

No comments written yet.

Please login to write comment.