Color Hex Logo

#29bdbe Color Hex

#29BDBE
(41,189,190)
0 Favorites   0 Comments

Color spaces of #29bdbe

RGB 41189190
HSL0.500.650.45
HSV180°78°75°
CMYK 0.780.010.00   0.25
XYZ28.406340.584355.0516
Yxy40.58430.22900.3272
Hunter Lab63.7058-31.8924-6.6416
CIE-Lab69.8837-35.8942-11.2556

#29bdbe color RGB value is (41,189,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10111101 10111110
Octal 51 275 276
Decimal 41 189 190
Hex 29 BD BE

RGB Percentages of Color #29bdbe

%9.76
%45.00
%45.24

CMYK Percentages of Color #29bdbe

%78
%1
%0
%25

Triadic Colors of #29bdbe

#29bdbe #be29bd #bdbe29

Analogous Colors of #29bdbe

#29bdbe #2973be #29be75

Monochromatic Colors of #29bdbe

#29bdbe

Complementary Color

#29bdbe #be2a29

#29bdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29bdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#29bdbe Color CSS Codes

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

#29bdbe Text Font Color

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

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


#29bdbe Background Color

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

This div background color is #29bdbe


#29bdbe Border Color

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

This div border color is #29bdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29bdbe


Comments

No comments written yet.

Please login to write comment.