Color Hex Logo

#428875 Color Hex

#428875
(66,136,117)
0 Favorites   0 Comments

Color spaces of #428875

RGB 66136117
HSL0.450.350.40
HSV164°51°53°
CMYK 0.510.000.14   0.47
XYZ14.261820.050919.9482
Yxy20.05090.26280.3695
Hunter Lab44.7782-21.50994.9317
CIE-Lab51.8947-26.95553.4687

#428875 color RGB value is (66,136,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001000 01110101
Octal 102 210 165
Decimal 66 136 117
Hex 42 88 75

RGB Percentages of Color #428875

%20.69
%42.63
%36.68

CMYK Percentages of Color #428875

%51
%0
%14
%47

Triadic Colors of #428875

#428875 #754288 #887542

Analogous Colors of #428875

#428875 #427888 #428852

Monochromatic Colors of #428875

#428875

Complementary Color

#428875 #884255

#428875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428875 Color CSS Codes

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

#428875 Text Font Color

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

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


#428875 Background Color

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

This div background color is #428875


#428875 Border Color

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

This div border color is #428875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428875


Comments

No comments written yet.

Please login to write comment.