Color Hex Logo

#29dfba Color Hex

#29DFBA
(41,223,186)
0 Favorites   0 Comments

Color spaces of #29dfba

RGB 41223186
HSL0.470.740.52
HSV168°82°87°
CMYK 0.820.000.17   0.13
XYZ36.165156.791955.5102
Yxy56.79190.24360.3825
Hunter Lab75.3604-46.21949.0795
CIE-Lab80.0624-51.74645.8528

#29dfba color RGB value is (41,223,186).

#29dfba hex color red value is 41, green value is 223 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #29dfba hue: 0.47 , saturation: 0.74 and the lightness value of 29dfba is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11011111 10111010
Octal 51 337 272
Decimal 41 223 186
Hex 29 DF BA

RGB Percentages of Color #29dfba

%9.11
%49.56
%41.33

CMYK Percentages of Color #29dfba

%82
%0
%17
%13

Triadic Colors of #29dfba

#29dfba #ba29df #dfba29

Analogous Colors of #29dfba

#29dfba #29a9df #29df5f

Monochromatic Colors of #29dfba

#29dfba

Complementary Color

#29dfba #df294e

#29dfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29dfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#29dfba Color CSS Codes

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

#29dfba Text Font Color

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

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


#29dfba Background Color

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

This div background color is #29dfba


#29dfba Border Color

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

This div border color is #29dfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29dfba


Comments

No comments written yet.

Please login to write comment.