Color Hex Logo

#29fdbb Color Hex

#29FDBB
(41,253,187)
0 Favorites   0 Comments

Color spaces of #29fdbb

RGB 41253187
HSL0.450.980.58
HSV161°84°99°
CMYK 0.840.000.26   0.01
XYZ45.009474.309858.9847
Yxy74.30980.25240.4168
Hunter Lab86.2031-57.654919.7729
CIE-Lab89.0687-63.157318.1146

#29fdbb color RGB value is (41,253,187).

#29fdbb hex color red value is 41, green value is 253 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #29fdbb hue: 0.45 , saturation: 0.98 and the lightness value of 29fdbb is 0.58.

The process color (four color CMYK) of #29fdbb color hex is 0.84, 0.00, 0.26, 0.01. Web safe color of #29fdbb is #33ffcc. Color #29fdbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11111101 10111011
Octal 51 375 273
Decimal 41 253 187
Hex 29 FD BB

RGB Percentages of Color #29fdbb

%8.52
%52.60
%38.88

CMYK Percentages of Color #29fdbb

%84
%0
%26
%1

Triadic Colors of #29fdbb

#29fdbb #bb29fd #fdbb29

Analogous Colors of #29fdbb

#29fdbb #29d5fd #29fd51

Monochromatic Colors of #29fdbb

#29fdbb

Complementary Color

#29fdbb #fd296b

#29fdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29fdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#29fdbb Color CSS Codes

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

#29fdbb Text Font Color

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

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


#29fdbb Background Color

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

This div background color is #29fdbb


#29fdbb Border Color

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

This div border color is #29fdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29fdbb

Related Colors


Comments

No comments written yet.

Please login to write comment.