Color Hex Logo

#428072 Color Hex

#428072
(66,128,114)
0 Favorites   0 Comments

Color spaces of #428072

RGB 66128114
HSL0.460.320.38
HSV166°48°50°
CMYK 0.480.000.11   0.50
XYZ13.003217.811518.6722
Yxy17.81150.26280.3599
Hunter Lab42.2037-18.85953.3109
CIE-Lab49.2667-23.68541.4131

#428072 color RGB value is (66,128,114).

#428072 hex color red value is 66, green value is 128 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #428072 hue: 0.46 , saturation: 0.32 and the lightness value of 428072 is 0.38.

The process color (four color CMYK) of #428072 color hex is 0.48, 0.00, 0.11, 0.50. Web safe color of #428072 is #339966. Color #428072 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000000 01110010
Octal 102 200 162
Decimal 66 128 114
Hex 42 80 72

RGB Percentages of Color #428072

%21.43
%41.56
%37.01

CMYK Percentages of Color #428072

%48
%0
%11
%50

Triadic Colors of #428072

#428072 #724280 #807242

Analogous Colors of #428072

#428072 #426f80 #428053

Monochromatic Colors of #428072

#428072

Complementary Color

#428072 #804250

#428072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428072 Color CSS Codes

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

#428072 Text Font Color

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

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


#428072 Background Color

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

This div background color is #428072


#428072 Border Color

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

This div border color is #428072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428072


Comments

No comments written yet.

Please login to write comment.