Color Hex Logo

#29bfdb Color Hex

#29BFDB
(41,191,219)
0 Favorites   0 Comments

Color spaces of #29bfdb

RGB 41191219
HSL0.530.710.51
HSV189°81°86°
CMYK 0.810.130.00   0.14
XYZ32.331442.847573.5842
Yxy42.84750.21730.2880
Hunter Lab65.4580-26.3857-20.8299
CIE-Lab71.4513-27.9133-24.7330

#29bfdb color RGB value is (41,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10111111 11011011
Octal 51 277 333
Decimal 41 191 219
Hex 29 BF DB

RGB Percentages of Color #29bfdb

%9.09
%42.35
%48.56

CMYK Percentages of Color #29bfdb

%81
%13
%0
%14

Triadic Colors of #29bfdb

#29bfdb #db29bf #bfdb29

Analogous Colors of #29bfdb

#29bfdb #2966db #29db9e

Monochromatic Colors of #29bfdb

#29bfdb

Complementary Color

#29bfdb #db4529

#29bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#29bfdb Color CSS Codes

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

#29bfdb Text Font Color

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

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


#29bfdb Background Color

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

This div background color is #29bfdb


#29bfdb Border Color

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

This div border color is #29bfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29bfdb


Comments

No comments written yet.

Please login to write comment.