Color Hex Logo

#29ddbd Color Hex

#29DDBD
(41,221,189)
0 Favorites   0 Comments

Color spaces of #29ddbd

RGB 41221189
HSL0.470.730.51
HSV169°81°87°
CMYK 0.810.000.14   0.13
XYZ35.956255.858457.0308
Yxy55.85840.24160.3753
Hunter Lab74.7385-44.91717.0744
CIE-Lab79.5332-50.16423.4945

#29ddbd color RGB value is (41,221,189).

#29ddbd hex color red value is 41, green value is 221 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #29ddbd hue: 0.47 , saturation: 0.73 and the lightness value of 29ddbd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11011101 10111101
Octal 51 335 275
Decimal 41 221 189
Hex 29 DD BD

RGB Percentages of Color #29ddbd

%9.09
%49.00
%41.91

CMYK Percentages of Color #29ddbd

%81
%0
%14
%13

Triadic Colors of #29ddbd

#29ddbd #bd29dd #ddbd29

Analogous Colors of #29ddbd

#29ddbd #29a3dd #29dd63

Monochromatic Colors of #29ddbd

#29ddbd

Complementary Color

#29ddbd #dd2949

#29ddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29ddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#29ddbd Color CSS Codes

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

#29ddbd Text Font Color

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

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


#29ddbd Background Color

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

This div background color is #29ddbd


#29ddbd Border Color

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

This div border color is #29ddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29ddbd


Comments

No comments written yet.

Please login to write comment.