Color Hex Logo

#29dccc Color Hex

#29DCCC
(41,220,204)
0 Favorites   0 Comments

Color spaces of #29dccc

RGB 41220204
HSL0.490.720.51
HSV175°81°86°
CMYK 0.810.000.07   0.14
XYZ37.406756.017465.9677
Yxy56.01740.23470.3514
Hunter Lab74.8448-41.76580.1335
CIE-Lab79.6237-45.7559-4.3653

#29dccc color RGB value is (41,220,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11011100 11001100
Octal 51 334 314
Decimal 41 220 204
Hex 29 DC CC

RGB Percentages of Color #29dccc

%8.82
%47.31
%43.87

CMYK Percentages of Color #29dccc

%81
%0
%7
%14

Triadic Colors of #29dccc

#29dccc #cc29dc #dccc29

Analogous Colors of #29dccc

#29dccc #2993dc #29dc73

Monochromatic Colors of #29dccc

#29dccc

Complementary Color

#29dccc #dc2939

#29dccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29dccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#29dccc Color CSS Codes

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

#29dccc Text Font Color

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

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


#29dccc Background Color

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

This div background color is #29dccc


#29dccc Border Color

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

This div border color is #29dccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29dccc


Comments

No comments written yet.

Please login to write comment.