Color Hex Logo

#29baca Color Hex

#29BACA
(41,186,202)
0 Favorites   0 Comments

Color spaces of #29baca

RGB 41186202
HSL0.520.660.48
HSV186°80°79°
CMYK 0.800.080.00   0.21
XYZ29.134039.853562.0341
Yxy39.85350.22240.3042
Hunter Lab63.1296-28.1000-14.0704
CIE-Lab69.3651-30.8281-18.6197

#29baca color RGB value is (41,186,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10111010 11001010
Octal 51 272 312
Decimal 41 186 202
Hex 29 BA CA

RGB Percentages of Color #29baca

%9.56
%43.36
%47.09

CMYK Percentages of Color #29baca

%80
%8
%0
%21

Triadic Colors of #29baca

#29baca #ca29ba #baca29

Analogous Colors of #29baca

#29baca #296aca #29ca8a

Monochromatic Colors of #29baca

#29baca

Complementary Color

#29baca #ca3929

#29baca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29baca Color Preview on White Background

Lorem ipsum dolor sit amet.

#29baca Color CSS Codes

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

#29baca Text Font Color

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

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


#29baca Background Color

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

This div background color is #29baca


#29baca Border Color

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

This div border color is #29baca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29baca


Comments

No comments written yet.

Please login to write comment.