Color Hex Logo

#29bdca Color Hex

#29BDCA
(41,189,202)
0 Favorites   0 Comments

Color spaces of #29bdca

RGB 41189202
HSL0.510.660.48
HSV185°80°79°
CMYK 0.800.060.00   0.21
XYZ29.772741.130962.2470
Yxy41.13090.22360.3089
Hunter Lab64.1334-29.3682-12.6527
CIE-Lab70.2675-32.2723-17.2532

#29bdca color RGB value is (41,189,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10111101 11001010
Octal 51 275 312
Decimal 41 189 202
Hex 29 BD CA

RGB Percentages of Color #29bdca

%9.49
%43.75
%46.76

CMYK Percentages of Color #29bdca

%80
%6
%0
%21

Triadic Colors of #29bdca

#29bdca #ca29bd #bdca29

Analogous Colors of #29bdca

#29bdca #296dca #29ca87

Monochromatic Colors of #29bdca

#29bdca

Complementary Color

#29bdca #ca3629

#29bdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29bdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#29bdca Color CSS Codes

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

#29bdca Text Font Color

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

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


#29bdca Background Color

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

This div background color is #29bdca


#29bdca Border Color

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

This div border color is #29bdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29bdca


Comments

No comments written yet.

Please login to write comment.