Color Hex Logo

#29ffde Color Hex

#29FFDE
(41,255,222)
0 Favorites   0 Comments

Color spaces of #29ffde

RGB 41255222
HSL0.471.000.58
HSV171°84°100°
CMYK 0.840.000.13   0.00
XYZ49.859377.265381.3931
Yxy77.26530.23910.3705
Hunter Lab87.9007-52.57696.6299
CIE-Lab90.4436-55.56022.0112

#29ffde color RGB value is (41,255,222).

#29ffde hex color red value is 41, green value is 255 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #29ffde hue: 0.47 , saturation: 1.00 and the lightness value of 29ffde is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11111111 11011110
Octal 51 377 336
Decimal 41 255 222
Hex 29 FF DE

RGB Percentages of Color #29ffde

%7.92
%49.23
%42.86

CMYK Percentages of Color #29ffde

%84
%0
%13
%0

Triadic Colors of #29ffde

#29ffde #de29ff #ffde29

Analogous Colors of #29ffde

#29ffde #29b5ff #29ff73

Monochromatic Colors of #29ffde

#29ffde

Complementary Color

#29ffde #ff294a

#29ffde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29ffde Color Preview on White Background

Lorem ipsum dolor sit amet.

#29ffde Color CSS Codes

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

#29ffde Text Font Color

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

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


#29ffde Background Color

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

This div background color is #29ffde


#29ffde Border Color

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

This div border color is #29ffde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29ffde


Comments

No comments written yet.

Please login to write comment.