Color Hex Logo

#29bdcb Color Hex

#29BDCB
(41,189,203)
0 Favorites   0 Comments

Color spaces of #29bdcb

RGB 41189203
HSL0.510.660.48
HSV185°80°80°
CMYK 0.800.070.00   0.20
XYZ29.891541.178462.8727
Yxy41.17840.22320.3074
Hunter Lab64.1704-29.1503-13.1717
CIE-Lab70.3007-31.9644-17.7503

#29bdcb color RGB value is (41,189,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10111101 11001011
Octal 51 275 313
Decimal 41 189 203
Hex 29 BD CB

RGB Percentages of Color #29bdcb

%9.47
%43.65
%46.88

CMYK Percentages of Color #29bdcb

%80
%7
%0
%20

Triadic Colors of #29bdcb

#29bdcb #cb29bd #bdcb29

Analogous Colors of #29bdcb

#29bdcb #296ccb #29cb88

Monochromatic Colors of #29bdcb

#29bdcb

Complementary Color

#29bdcb #cb3729

#29bdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29bdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#29bdcb Color CSS Codes

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

#29bdcb Text Font Color

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

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


#29bdcb Background Color

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

This div background color is #29bdcb


#29bdcb Border Color

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

This div border color is #29bdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29bdcb


Comments

No comments written yet.

Please login to write comment.