Color Hex Logo

#29ddde Color Hex

#29DDDE
(41,221,222)
0 Favorites   0 Comments

Color spaces of #29ddde

RGB 41221222
HSL0.500.730.52
HSV180°82°87°
CMYK 0.820.000.00   0.13
XYZ39.955757.458278.0919
Yxy57.45820.22770.3274
Hunter Lab75.8012-38.5626-8.0209
CIE-Lab80.4366-41.1191-12.7543

#29ddde color RGB value is (41,221,222).

#29ddde hex color red value is 41, green value is 221 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #29ddde hue: 0.50 , saturation: 0.73 and the lightness value of 29ddde is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11011101 11011110
Octal 51 335 336
Decimal 41 221 222
Hex 29 DD DE

RGB Percentages of Color #29ddde

%8.47
%45.66
%45.87

CMYK Percentages of Color #29ddde

%82
%0
%0
%13

Triadic Colors of #29ddde

#29ddde #de29dd #ddde29

Analogous Colors of #29ddde

#29ddde #2983de #29de85

Monochromatic Colors of #29ddde

#29ddde

Complementary Color

#29ddde #de2a29

#29ddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29ddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#29ddde Color CSS Codes

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

#29ddde Text Font Color

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

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


#29ddde Background Color

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

This div background color is #29ddde


#29ddde Border Color

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

This div border color is #29ddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29ddde


Comments

No comments written yet.

Please login to write comment.