Color Hex Logo

#29ffdf Color Hex

#29FFDF
(41,255,223)
0 Favorites   0 Comments

Color spaces of #29ffdf

RGB 41255223
HSL0.481.000.58
HSV171°84°100°
CMYK 0.840.000.13   0.00
XYZ49.993777.319182.1012
Yxy77.31910.23870.3692
Hunter Lab87.9313-52.39286.1930
CIE-Lab90.4683-55.30471.5289

#29ffdf color RGB value is (41,255,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11111111 11011111
Octal 51 377 337
Decimal 41 255 223
Hex 29 FF DF

RGB Percentages of Color #29ffdf

%7.90
%49.13
%42.97

CMYK Percentages of Color #29ffdf

%84
%0
%13
%0

Triadic Colors of #29ffdf

#29ffdf #df29ff #ffdf29

Analogous Colors of #29ffdf

#29ffdf #29b4ff #29ff74

Monochromatic Colors of #29ffdf

#29ffdf

Complementary Color

#29ffdf #ff2949

#29ffdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29ffdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#29ffdf Color CSS Codes

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

#29ffdf Text Font Color

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

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


#29ffdf Background Color

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

This div background color is #29ffdf


#29ffdf Border Color

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

This div border color is #29ffdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29ffdf

Related Colors


Comments

No comments written yet.

Please login to write comment.