Color Hex Logo

#429254 Color Hex

#429254
(66,146,84)
0 Favorites   0 Comments

Color spaces of #429254

RGB 6614684
HSL0.370.380.42
HSV134°55°57°
CMYK 0.550.000.42   0.43
XYZ14.125922.356111.9582
Yxy22.35610.29160.4615
Hunter Lab47.2822-29.415818.1025
CIE-Lab54.4028-38.612925.6063

#429254 color RGB value is (66,146,84).

#429254 hex color red value is 66, green value is 146 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #429254 hue: 0.37 , saturation: 0.38 and the lightness value of 429254 is 0.42.

The process color (four color CMYK) of #429254 color hex is 0.55, 0.00, 0.42, 0.43. Web safe color of #429254 is #339966. Color #429254 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010010 01010100
Octal 102 222 124
Decimal 66 146 84
Hex 42 92 54

RGB Percentages of Color #429254

%22.30
%49.32
%28.38

CMYK Percentages of Color #429254

%55
%0
%42
%43

Triadic Colors of #429254

#429254 #544292 #925442

Analogous Colors of #429254

#429254 #42927c #589242

Monochromatic Colors of #429254

#429254

Complementary Color

#429254 #924280

#429254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429254 Color CSS Codes

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

#429254 Text Font Color

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

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


#429254 Background Color

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

This div background color is #429254


#429254 Border Color

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

This div border color is #429254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429254


Comments

No comments written yet.

Please login to write comment.