Color Hex Logo

#29abba Color Hex

#29ABBA
(41,171,186)
0 Favorites   0 Comments

Color spaces of #29abba

RGB 41171186
HSL0.520.640.45
HSV186°78°73°
CMYK 0.780.080.00   0.27
XYZ24.340333.142451.5686
Yxy33.14240.22320.3039
Hunter Lab57.5694-25.2769-12.8112
CIE-Lab64.2760-28.5013-17.4903

#29abba color RGB value is (41,171,186).

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

The process color (four color CMYK) of #29abba color hex is 0.78, 0.08, 0.00, 0.27. Web safe color of #29abba is #3399cc. Color #29abba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101011 10111010
Octal 51 253 272
Decimal 41 171 186
Hex 29 AB BA

RGB Percentages of Color #29abba

%10.30
%42.96
%46.73

CMYK Percentages of Color #29abba

%78
%8
%0
%27

Triadic Colors of #29abba

#29abba #ba29ab #abba29

Analogous Colors of #29abba

#29abba #2962ba #29ba81

Monochromatic Colors of #29abba

#29abba

Complementary Color

#29abba #ba3829

#29abba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29abba Color Preview on White Background

Lorem ipsum dolor sit amet.

#29abba Color CSS Codes

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

#29abba Text Font Color

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

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


#29abba Background Color

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

This div background color is #29abba


#29abba Border Color

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

This div border color is #29abba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29abba


Comments

No comments written yet.

Please login to write comment.