Color Hex Logo

#428438 Color Hex

#428438
(66,132,56)
0 Favorites   0 Comments

Color spaces of #428438

RGB 6613256
HSL0.310.400.37
HSV112°58°52°
CMYK 0.500.000.58   0.48
XYZ11.211817.94636.6144
Yxy17.94630.31340.5017
Hunter Lab42.3631-26.893620.3968
CIE-Lab49.4309-36.813734.1906

#428438 color RGB value is (66,132,56).

#428438 hex color red value is 66, green value is 132 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #428438 hue: 0.31 , saturation: 0.40 and the lightness value of 428438 is 0.37.

The process color (four color CMYK) of #428438 color hex is 0.50, 0.00, 0.58, 0.48. Web safe color of #428438 is #339933. Color #428438 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000100 00111000
Octal 102 204 70
Decimal 66 132 56
Hex 42 84 38

RGB Percentages of Color #428438

%25.98
%51.97
%22.05

CMYK Percentages of Color #428438

%50
%0
%58
%48

Triadic Colors of #428438

#428438 #384284 #843842

Analogous Colors of #428438

#428438 #388454 #688438

Monochromatic Colors of #428438

#428438

Complementary Color

#428438 #7a3884

#428438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428438 Color CSS Codes

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

#428438 Text Font Color

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

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


#428438 Background Color

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

This div background color is #428438


#428438 Border Color

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

This div border color is #428438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428438


Comments

No comments written yet.

Please login to write comment.