Color Hex Logo

#29badb Color Hex

#29BADB
(41,186,219)
0 Favorites   0 Comments

Color spaces of #29badb

RGB 41186219
HSL0.530.710.51
HSV191°81°86°
CMYK 0.810.150.00   0.14
XYZ31.259540.703773.2269
Yxy40.70370.21530.2803
Hunter Lab63.7995-24.1903-23.3915
CIE-Lab69.9678-25.4195-27.0063

#29badb color RGB value is (41,186,219).

#29badb hex color red value is 41, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #29badb hue: 0.53 , saturation: 0.71 and the lightness value of 29badb is 0.51.

The process color (four color CMYK) of #29badb color hex is 0.81, 0.15, 0.00, 0.14. Web safe color of #29badb is #33cccc. Color #29badb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10111010 11011011
Octal 51 272 333
Decimal 41 186 219
Hex 29 BA DB

RGB Percentages of Color #29badb

%9.19
%41.70
%49.10

CMYK Percentages of Color #29badb

%81
%15
%0
%14

Triadic Colors of #29badb

#29badb #db29ba #badb29

Analogous Colors of #29badb

#29badb #2961db #29dba3

Monochromatic Colors of #29badb

#29badb

Complementary Color

#29badb #db4a29

#29badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#29badb Color CSS Codes

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

#29badb Text Font Color

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

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


#29badb Background Color

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

This div background color is #29badb


#29badb Border Color

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

This div border color is #29badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29badb


Comments

No comments written yet.

Please login to write comment.