Color Hex Logo

#29cbdd Color Hex

#29CBDD
(41,203,221)
0 Favorites   0 Comments

Color spaces of #29cbdd

RGB 41203221
HSL0.520.730.51
HSV186°81°87°
CMYK 0.810.080.00   0.13
XYZ35.321548.403775.8878
Yxy48.40370.22130.3033
Hunter Lab69.5728-31.1294-15.9707
CIE-Lab75.0788-33.1049-20.2914

#29cbdd color RGB value is (41,203,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11001011 11011101
Octal 51 313 335
Decimal 41 203 221
Hex 29 CB DD

RGB Percentages of Color #29cbdd

%8.82
%43.66
%47.53

CMYK Percentages of Color #29cbdd

%81
%8
%0
%13

Triadic Colors of #29cbdd

#29cbdd #dd29cb #cbdd29

Analogous Colors of #29cbdd

#29cbdd #2971dd #29dd95

Monochromatic Colors of #29cbdd

#29cbdd

Complementary Color

#29cbdd #dd3b29

#29cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#29cbdd Color CSS Codes

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

#29cbdd Text Font Color

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

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


#29cbdd Background Color

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

This div background color is #29cbdd


#29cbdd Border Color

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

This div border color is #29cbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29cbdd


Comments

No comments written yet.

Please login to write comment.