Color Hex Logo

#29ae40 Color Hex

#29AE40
(41,174,64)
0 Favorites   0 Comments

Color spaces of #29ae40

RGB 4117464
HSL0.360.620.42
HSV130°76°68°
CMYK 0.760.000.63   0.32
XYZ16.975931.11379.9613
Yxy31.11370.29240.5360
Hunter Lab55.7797-43.290028.4576
CIE-Lab62.6035-57.228445.4045

#29ae40 color RGB value is (41,174,64).

#29ae40 hex color red value is 41, green value is 174 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #29ae40 hue: 0.36 , saturation: 0.62 and the lightness value of 29ae40 is 0.42.

The process color (four color CMYK) of #29ae40 color hex is 0.76, 0.00, 0.63, 0.32. Web safe color of #29ae40 is #339933. Color #29ae40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101110 01000000
Octal 51 256 100
Decimal 41 174 64
Hex 29 AE 40

RGB Percentages of Color #29ae40

%14.70
%62.37
%22.94

CMYK Percentages of Color #29ae40

%76
%0
%63
%32

Triadic Colors of #29ae40

#29ae40 #4029ae #ae4029

Analogous Colors of #29ae40

#29ae40 #29ae83 #55ae29

Monochromatic Colors of #29ae40

#29ae40

Complementary Color

#29ae40 #ae2997

#29ae40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29ae40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#29ae40 Color CSS Codes

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

#29ae40 Text Font Color

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

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


#29ae40 Background Color

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

This div background color is #29ae40


#29ae40 Border Color

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

This div border color is #29ae40


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,174,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29ae40; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29ae40;
  -webkit-box-shadow: 1px 1px 3px 2px #29ae40;
  box-shadow:         1px 1px 3px 2px #29ae40; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,174,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29ae40


Comments

No comments written yet.

Please login to write comment.