Color Hex Logo

#428966 Color Hex

#428966
(66,137,102)
0 Favorites   0 Comments

Color spaces of #428966

RGB 66137102
HSL0.420.350.40
HSV150°52°54°
CMYK 0.520.000.26   0.46
XYZ13.590720.008915.7162
Yxy20.00890.27560.4057
Hunter Lab44.7313-24.046210.4806
CIE-Lab51.8473-30.985612.0659

#428966 color RGB value is (66,137,102).

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

The process color (four color CMYK) of #428966 color hex is 0.52, 0.00, 0.26, 0.46. Web safe color of #428966 is #339966. Color #428966 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001001 01100110
Octal 102 211 146
Decimal 66 137 102
Hex 42 89 66

RGB Percentages of Color #428966

%21.64
%44.92
%33.44

CMYK Percentages of Color #428966

%52
%0
%26
%46

Triadic Colors of #428966

#428966 #664289 #896642

Analogous Colors of #428966

#428966 #428989 #428943

Monochromatic Colors of #428966

#428966

Complementary Color

#428966 #894265

#428966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428966 Color CSS Codes

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

#428966 Text Font Color

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

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


#428966 Background Color

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

This div background color is #428966


#428966 Border Color

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

This div border color is #428966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428966


Comments

No comments written yet.

Please login to write comment.