Color Hex Logo

#29daab Color Hex

#29DAAB
(41,218,171)
0 Favorites   0 Comments

Color spaces of #29daab

RGB 41218171
HSL0.460.710.51
HSV164°81°85°
CMYK 0.810.000.22   0.15
XYZ33.336553.554547.1081
Yxy53.55450.24880.3997
Hunter Lab73.1809-46.753613.0604
CIE-Lab78.2012-53.427811.1498

#29daab color RGB value is (41,218,171).

#29daab hex color red value is 41, green value is 218 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #29daab hue: 0.46 , saturation: 0.71 and the lightness value of 29daab is 0.51.

The process color (four color CMYK) of #29daab color hex is 0.81, 0.00, 0.22, 0.15. Web safe color of #29daab is #33cc99. Color #29daab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11011010 10101011
Octal 51 332 253
Decimal 41 218 171
Hex 29 DA AB

RGB Percentages of Color #29daab

%9.53
%50.70
%39.77

CMYK Percentages of Color #29daab

%81
%0
%22
%15

Triadic Colors of #29daab

#29daab #ab29da #daab29

Analogous Colors of #29daab

#29daab #29b1da #29da53

Monochromatic Colors of #29daab

#29daab

Complementary Color

#29daab #da2958

#29daab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29daab Color Preview on White Background

Lorem ipsum dolor sit amet.

#29daab Color CSS Codes

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

#29daab Text Font Color

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

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


#29daab Background Color

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

This div background color is #29daab


#29daab Border Color

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

This div border color is #29daab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29daab


Comments

No comments written yet.

Please login to write comment.