Color Hex Logo

#29bbba Color Hex

#29BBBA
(41,187,186)
0 Favorites   0 Comments

Color spaces of #29bbba

RGB 41187186
HSL0.500.640.45
HSV180°78°73°
CMYK 0.780.000.01   0.27
XYZ27.547739.557252.6378
Yxy39.55720.23010.3304
Hunter Lab62.8945-31.8827-5.5949
CIE-Lab69.1530-36.1472-10.1518

#29bbba color RGB value is (41,187,186).

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

The process color (four color CMYK) of #29bbba color hex is 0.78, 0.00, 0.01, 0.27. Web safe color of #29bbba is #33cccc. Color #29bbba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10111011 10111010
Octal 51 273 272
Decimal 41 187 186
Hex 29 BB BA

RGB Percentages of Color #29bbba

%9.90
%45.17
%44.93

CMYK Percentages of Color #29bbba

%78
%0
%1
%27

Triadic Colors of #29bbba

#29bbba #ba29bb #bbba29

Analogous Colors of #29bbba

#29bbba #2973bb #29bb71

Monochromatic Colors of #29bbba

#29bbba

Complementary Color

#29bbba #bb292a

#29bbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29bbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#29bbba Color CSS Codes

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

#29bbba Text Font Color

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

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


#29bbba Background Color

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

This div background color is #29bbba


#29bbba Border Color

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

This div border color is #29bbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29bbba


Comments

No comments written yet.

Please login to write comment.