Color Hex Logo

#29bfbe Color Hex

#29BFBE
(41,191,190)
0 Favorites   0 Comments

Color spaces of #29bfbe

RGB 41191190
HSL0.500.650.45
HSV180°79°75°
CMYK 0.790.000.01   0.25
XYZ28.839541.450755.1960
Yxy41.45070.22980.3303
Hunter Lab64.3822-32.7112-5.7628
CIE-Lab70.4905-36.8191-10.3484

#29bfbe color RGB value is (41,191,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10111111 10111110
Octal 51 277 276
Decimal 41 191 190
Hex 29 BF BE

RGB Percentages of Color #29bfbe

%9.72
%45.26
%45.02

CMYK Percentages of Color #29bfbe

%79
%0
%1
%25

Triadic Colors of #29bfbe

#29bfbe #be29bf #bfbe29

Analogous Colors of #29bfbe

#29bfbe #2975bf #29bf73

Monochromatic Colors of #29bfbe

#29bfbe

Complementary Color

#29bfbe #bf292a

#29bfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29bfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#29bfbe Color CSS Codes

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

#29bfbe Text Font Color

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

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


#29bfbe Background Color

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

This div background color is #29bfbe


#29bfbe Border Color

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

This div border color is #29bfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29bfbe


Comments

No comments written yet.

Please login to write comment.