Color Hex Logo

#428873 Color Hex

#428873
(66,136,115)
0 Favorites   0 Comments

Color spaces of #428873

RGB 66136115
HSL0.450.350.40
HSV162°51°53°
CMYK 0.510.000.15   0.47
XYZ14.145420.004419.3353
Yxy20.00440.26450.3740
Hunter Lab44.7263-21.81755.6772
CIE-Lab51.8422-27.45394.5536

#428873 color RGB value is (66,136,115).

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

The process color (four color CMYK) of #428873 color hex is 0.51, 0.00, 0.15, 0.47. Web safe color of #428873 is #339966. Color #428873 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001000 01110011
Octal 102 210 163
Decimal 66 136 115
Hex 42 88 73

RGB Percentages of Color #428873

%20.82
%42.90
%36.28

CMYK Percentages of Color #428873

%51
%0
%15
%47

Triadic Colors of #428873

#428873 #734288 #887342

Analogous Colors of #428873

#428873 #427a88 #428850

Monochromatic Colors of #428873

#428873

Complementary Color

#428873 #884257

#428873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428873 Color CSS Codes

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

#428873 Text Font Color

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

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


#428873 Background Color

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

This div background color is #428873


#428873 Border Color

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

This div border color is #428873


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428873


Comments

No comments written yet.

Please login to write comment.