Color Hex Logo

#428481 Color Hex

#428481
(66,132,129)
0 Favorites   0 Comments

Color spaces of #428481

RGB 66132129
HSL0.490.330.39
HSV177°50°52°
CMYK 0.500.000.02   0.48
XYZ14.460519.245823.7215
Yxy19.24580.25180.3351
Hunter Lab43.8700-17.9352-1.3504
CIE-Lab50.9735-21.7567-4.8722

#428481 color RGB value is (66,132,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000100 10000001
Octal 102 204 201
Decimal 66 132 129
Hex 42 84 81

RGB Percentages of Color #428481

%20.18
%40.37
%39.45

CMYK Percentages of Color #428481

%50
%0
%2
%48

Triadic Colors of #428481

#428481 #814284 #848142

Analogous Colors of #428481

#428481 #426684 #428460

Monochromatic Colors of #428481

#428481

Complementary Color

#428481 #844245

#428481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428481 Color CSS Codes

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

#428481 Text Font Color

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

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


#428481 Background Color

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

This div background color is #428481


#428481 Border Color

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

This div border color is #428481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428481

#428481 Color Palettes


Comments

No comments written yet.

Please login to write comment.