Color Hex Logo

#428860 Color Hex

#428860
(66,136,96)
0 Favorites   0 Comments

Color spaces of #428860

RGB 6613696
HSL0.400.350.40
HSV146°51°53°
CMYK 0.510.000.29   0.47
XYZ13.162219.611114.1579
Yxy19.61110.28050.4179
Hunter Lab44.2844-24.444012.0439
CIE-Lab51.3946-31.811814.8743

#428860 color RGB value is (66,136,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001000 01100000
Octal 102 210 140
Decimal 66 136 96
Hex 42 88 60

RGB Percentages of Color #428860

%22.15
%45.64
%32.21

CMYK Percentages of Color #428860

%51
%0
%29
%47

Triadic Colors of #428860

#428860 #604288 #886042

Analogous Colors of #428860

#428860 #428883 #478842

Monochromatic Colors of #428860

#428860

Complementary Color

#428860 #88426a

#428860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428860 Color CSS Codes

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

#428860 Text Font Color

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

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


#428860 Background Color

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

This div background color is #428860


#428860 Border Color

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

This div border color is #428860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428860


Comments

No comments written yet.

Please login to write comment.