Color Hex Logo

#29dccd Color Hex

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

Color spaces of #29dccd

RGB 41220205
HSL0.490.720.51
HSV175°81°86°
CMYK 0.810.000.07   0.14
XYZ37.527156.065666.6015
Yxy56.06560.23430.3500
Hunter Lab74.8770-41.5734-0.3233
CIE-Lab79.6511-45.4813-4.8583

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

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

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

Base Numbers

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

RGB Percentages of Color #29dccd

%8.80
%47.21
%43.99

CMYK Percentages of Color #29dccd

%81
%0
%7
%14

Triadic Colors of #29dccd

#29dccd #cd29dc #dccd29

Analogous Colors of #29dccd

#29dccd #2992dc #29dc74

Monochromatic Colors of #29dccd

#29dccd

Complementary Color

#29dccd #dc2938

#29dccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29dccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#29dccd Color CSS Codes

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

#29dccd Text Font Color

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

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


#29dccd Background Color

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

This div background color is #29dccd


#29dccd Border Color

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

This div border color is #29dccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29dccd


Comments

No comments written yet.

Please login to write comment.