Color Hex Logo

#29dcab Color Hex

#29DCAB
(41,220,171)
0 Favorites   0 Comments

Color spaces of #29dcab

RGB 41220171
HSL0.450.720.51
HSV164°81°86°
CMYK 0.810.000.22   0.14
XYZ33.858354.598147.2820
Yxy54.59810.24940.4022
Hunter Lab73.8905-47.515713.7841
CIE-Lab78.8092-54.218012.0121

#29dcab color RGB value is (41,220,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11011100 10101011
Octal 51 334 253
Decimal 41 220 171
Hex 29 DC AB

RGB Percentages of Color #29dcab

%9.49
%50.93
%39.58

CMYK Percentages of Color #29dcab

%81
%0
%22
%14

Triadic Colors of #29dcab

#29dcab #ab29dc #dcab29

Analogous Colors of #29dcab

#29dcab #29b4dc #29dc52

Monochromatic Colors of #29dcab

#29dcab

Complementary Color

#29dcab #dc295a

#29dcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29dcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#29dcab Color CSS Codes

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

#29dcab Text Font Color

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

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


#29dcab Background Color

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

This div background color is #29dcab


#29dcab Border Color

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

This div border color is #29dcab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,220,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 #29dcab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29dcab


Comments

No comments written yet.

Please login to write comment.