Color Hex Logo

#29cfdd Color Hex

#29CFDD
(41,207,221)
0 Favorites   0 Comments

Color spaces of #29cfdd

RGB 41207221
HSL0.510.730.51
HSV185°81°87°
CMYK 0.810.060.00   0.13
XYZ36.278450.317576.2068
Yxy50.31750.22280.3091
Hunter Lab70.9348-32.8452-14.0421
CIE-Lab76.2637-34.9949-18.4966

#29cfdd color RGB value is (41,207,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11001111 11011101
Octal 51 317 335
Decimal 41 207 221
Hex 29 CF DD

RGB Percentages of Color #29cfdd

%8.74
%44.14
%47.12

CMYK Percentages of Color #29cfdd

%81
%6
%0
%13

Triadic Colors of #29cfdd

#29cfdd #dd29cf #cfdd29

Analogous Colors of #29cfdd

#29cfdd #2975dd #29dd91

Monochromatic Colors of #29cfdd

#29cfdd

Complementary Color

#29cfdd #dd3729

#29cfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29cfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#29cfdd Color CSS Codes

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

#29cfdd Text Font Color

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

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


#29cfdd Background Color

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

This div background color is #29cfdd


#29cfdd Border Color

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

This div border color is #29cfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29cfdd


Comments

No comments written yet.

Please login to write comment.