Color Hex Logo

#29dcbb Color Hex

#29DCBB
(41,220,187)
0 Favorites   0 Comments

Color spaces of #29dcbb

RGB 41220187
HSL0.470.720.51
HSV169°81°86°
CMYK 0.810.000.15   0.14
XYZ35.477355.245755.8073
Yxy55.24570.24210.3770
Hunter Lab74.3275-44.87317.5125
CIE-Lab79.1826-50.26574.0513

#29dcbb color RGB value is (41,220,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11011100 10111011
Octal 51 334 273
Decimal 41 220 187
Hex 29 DC BB

RGB Percentages of Color #29dcbb

%9.15
%49.11
%41.74

CMYK Percentages of Color #29dcbb

%81
%0
%15
%14

Triadic Colors of #29dcbb

#29dcbb #bb29dc #dcbb29

Analogous Colors of #29dcbb

#29dcbb #29a4dc #29dc62

Monochromatic Colors of #29dcbb

#29dcbb

Complementary Color

#29dcbb #dc294a

#29dcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29dcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#29dcbb Color CSS Codes

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

#29dcbb Text Font Color

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

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


#29dcbb Background Color

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

This div background color is #29dcbb


#29dcbb Border Color

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

This div border color is #29dcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29dcbb

#29dcbb Color Palettes


Comments

No comments written yet.

Please login to write comment.