Color Hex Logo

#29cddc Color Hex

#29CDDC
(41,205,220)
0 Favorites   0 Comments

Color spaces of #29cddc

RGB 41205220
HSL0.510.720.51
HSV185°81°86°
CMYK 0.810.070.00   0.14
XYZ35.664049.301475.3466
Yxy49.30140.22250.3075
Hunter Lab70.2150-32.2114-14.4727
CIE-Lab75.6385-34.3589-18.9040

#29cddc color RGB value is (41,205,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11001101 11011100
Octal 51 315 334
Decimal 41 205 220
Hex 29 CD DC

RGB Percentages of Color #29cddc

%8.80
%43.99
%47.21

CMYK Percentages of Color #29cddc

%81
%7
%0
%14

Triadic Colors of #29cddc

#29cddc #dc29cd #cddc29

Analogous Colors of #29cddc

#29cddc #2974dc #29dc92

Monochromatic Colors of #29cddc

#29cddc

Complementary Color

#29cddc #dc3829

#29cddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29cddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#29cddc Color CSS Codes

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

#29cddc Text Font Color

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

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


#29cddc Background Color

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

This div background color is #29cddc


#29cddc Border Color

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

This div border color is #29cddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29cddc


Comments

No comments written yet.

Please login to write comment.