Color Hex Logo

#29ae73 Color Hex

#29AE73
(41,174,115)
0 Favorites   0 Comments

Color spaces of #29ae73

RGB 41174115
HSL0.430.620.42
HSV153°76°68°
CMYK 0.760.000.34   0.32
XYZ19.145031.981321.3836
Yxy31.98130.26400.4411
Hunter Lab56.5520-38.537017.1675
CIE-Lab63.3274-48.833220.5186

#29ae73 color RGB value is (41,174,115).

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

The process color (four color CMYK) of #29ae73 color hex is 0.76, 0.00, 0.34, 0.32. Web safe color of #29ae73 is #339966. Color #29ae73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101110 01110011
Octal 51 256 163
Decimal 41 174 115
Hex 29 AE 73

RGB Percentages of Color #29ae73

%12.42
%52.73
%34.85

CMYK Percentages of Color #29ae73

%76
%0
%34
%32

Triadic Colors of #29ae73

#29ae73 #7329ae #ae7329

Analogous Colors of #29ae73

#29ae73 #29a7ae #29ae31

Monochromatic Colors of #29ae73

#29ae73

Complementary Color

#29ae73 #ae2964

#29ae73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29ae73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#29ae73 Color CSS Codes

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

#29ae73 Text Font Color

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

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


#29ae73 Background Color

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

This div background color is #29ae73


#29ae73 Border Color

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

This div border color is #29ae73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29ae73


Comments

No comments written yet.

Please login to write comment.