Color Hex Logo

#29aa94 Color Hex

#29AA94
(41,170,148)
0 Favorites   0 Comments

Color spaces of #29aa94

RGB 41170148
HSL0.470.610.41
HSV170°76°67°
CMYK 0.760.000.13   0.33
XYZ20.634531.359032.9823
Yxy31.35900.24280.3690
Hunter Lab55.9991-32.22494.2788
CIE-Lab62.8095-39.18881.5597

#29aa94 color RGB value is (41,170,148).

#29aa94 hex color red value is 41, green value is 170 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #29aa94 hue: 0.47 , saturation: 0.61 and the lightness value of 29aa94 is 0.41.

The process color (four color CMYK) of #29aa94 color hex is 0.76, 0.00, 0.13, 0.33. Web safe color of #29aa94 is #339999. Color #29aa94 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101010 10010100
Octal 51 252 224
Decimal 41 170 148
Hex 29 AA 94

RGB Percentages of Color #29aa94

%11.42
%47.35
%41.23

CMYK Percentages of Color #29aa94

%76
%0
%13
%33

Triadic Colors of #29aa94

#29aa94 #9429aa #aa9429

Analogous Colors of #29aa94

#29aa94 #2980aa #29aa54

Monochromatic Colors of #29aa94

#29aa94

Complementary Color

#29aa94 #aa293f

#29aa94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29aa94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#29aa94 Color CSS Codes

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

#29aa94 Text Font Color

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

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


#29aa94 Background Color

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

This div background color is #29aa94


#29aa94 Border Color

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

This div border color is #29aa94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29aa94


Comments

No comments written yet.

Please login to write comment.