Color Hex Logo

#29fdbe Color Hex

#29FDBE
(41,253,190)
0 Favorites   0 Comments

Color spaces of #29fdbe

RGB 41253190
HSL0.450.980.58
HSV162°84°99°
CMYK 0.840.000.25   0.01
XYZ45.334074.439760.6941
Yxy74.43970.25120.4125
Hunter Lab86.2784-57.196518.6863
CIE-Lab89.1299-62.486416.6601

#29fdbe color RGB value is (41,253,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11111101 10111110
Octal 51 375 276
Decimal 41 253 190
Hex 29 FD BE

RGB Percentages of Color #29fdbe

%8.47
%52.27
%39.26

CMYK Percentages of Color #29fdbe

%84
%0
%25
%1

Triadic Colors of #29fdbe

#29fdbe #be29fd #fdbe29

Analogous Colors of #29fdbe

#29fdbe #29d2fd #29fd54

Monochromatic Colors of #29fdbe

#29fdbe

Complementary Color

#29fdbe #fd2968

#29fdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29fdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#29fdbe Color CSS Codes

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

#29fdbe Text Font Color

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

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


#29fdbe Background Color

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

This div background color is #29fdbe


#29fdbe Border Color

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

This div border color is #29fdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29fdbe

Related Colors


Comments

No comments written yet.

Please login to write comment.