Color Hex Logo

#29ddcc Color Hex

#29DDCC
(41,221,204)
0 Favorites   0 Comments

Color spaces of #29ddcc

RGB 41221204
HSL0.480.730.51
HSV174°81°87°
CMYK 0.810.000.08   0.13
XYZ37.670056.544066.0554
Yxy56.54400.23500.3528
Hunter Lab75.1957-42.17130.5540
CIE-Lab79.9224-46.1857-3.9253

#29ddcc color RGB value is (41,221,204).

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

The process color (four color CMYK) of #29ddcc color hex is 0.81, 0.00, 0.08, 0.13. Web safe color of #29ddcc is #33cccc. Color #29ddcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11011101 11001100
Octal 51 335 314
Decimal 41 221 204
Hex 29 DD CC

RGB Percentages of Color #29ddcc

%8.80
%47.42
%43.78

CMYK Percentages of Color #29ddcc

%81
%0
%8
%13

Triadic Colors of #29ddcc

#29ddcc #cc29dd #ddcc29

Analogous Colors of #29ddcc

#29ddcc #2994dd #29dd72

Monochromatic Colors of #29ddcc

#29ddcc

Complementary Color

#29ddcc #dd293a

#29ddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29ddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#29ddcc Color CSS Codes

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

#29ddcc Text Font Color

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

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


#29ddcc Background Color

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

This div background color is #29ddcc


#29ddcc Border Color

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

This div border color is #29ddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29ddcc


Comments

No comments written yet.

Please login to write comment.