Color Hex Logo

#428969 Color Hex

#428969
(66,137,105)
0 Favorites   0 Comments

Color spaces of #428969

RGB 66137105
HSL0.420.350.40
HSV153°52°54°
CMYK 0.520.000.23   0.46
XYZ13.742220.069516.5141
Yxy20.06950.27310.3988
Hunter Lab44.7990-23.64299.5034
CIE-Lab51.9157-30.312610.4377

#428969 color RGB value is (66,137,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001001 01101001
Octal 102 211 151
Decimal 66 137 105
Hex 42 89 69

RGB Percentages of Color #428969

%21.43
%44.48
%34.09

CMYK Percentages of Color #428969

%52
%0
%23
%46

Triadic Colors of #428969

#428969 #694289 #896942

Analogous Colors of #428969

#428969 #428689 #428946

Monochromatic Colors of #428969

#428969

Complementary Color

#428969 #894262

#428969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428969 Color CSS Codes

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

#428969 Text Font Color

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

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


#428969 Background Color

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

This div background color is #428969


#428969 Border Color

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

This div border color is #428969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428969

#428969 Color Palettes


Comments

No comments written yet.

Please login to write comment.