Color Hex Logo

#29ccdd Color Hex

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

Color spaces of #29ccdd

RGB 41204221
HSL0.520.730.51
HSV186°81°87°
CMYK 0.810.080.00   0.13
XYZ35.558548.877675.9668
Yxy48.87760.22170.3047
Hunter Lab69.9125-31.5593-15.4856
CIE-Lab75.3751-33.5798-19.8421

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

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

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

Base Numbers

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

RGB Percentages of Color #29ccdd

%8.80
%43.78
%47.42

CMYK Percentages of Color #29ccdd

%81
%8
%0
%13

Triadic Colors of #29ccdd

#29ccdd #dd29cc #ccdd29

Analogous Colors of #29ccdd

#29ccdd #2972dd #29dd94

Monochromatic Colors of #29ccdd

#29ccdd

Complementary Color

#29ccdd #dd3a29

#29ccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29ccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#29ccdd Color CSS Codes

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

#29ccdd Text Font Color

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

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


#29ccdd Background Color

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

This div background color is #29ccdd


#29ccdd Border Color

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

This div border color is #29ccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29ccdd


Comments

No comments written yet.

Please login to write comment.