Color Hex Logo

#29bebe Color Hex

#29BEBE
(41,190,190)
0 Favorites   0 Comments

Color spaces of #29bebe

RGB 41190190
HSL0.500.650.45
HSV180°78°75°
CMYK 0.780.000.00   0.25
XYZ28.622241.016055.1235
Yxy41.01600.22940.3288
Hunter Lab64.0437-32.3019-6.2013
CIE-Lab70.1871-36.3573-10.8017

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10111110 10111110
Octal 51 276 276
Decimal 41 190 190
Hex 29 BE BE

RGB Percentages of Color #29bebe

%9.74
%45.13
%45.13

CMYK Percentages of Color #29bebe

%78
%0
%0
%25

Triadic Colors of #29bebe

#29bebe #be29be #bebe29

Analogous Colors of #29bebe

#29bebe #2974be #29be74

Monochromatic Colors of #29bebe

#29bebe

Complementary Color

#29bebe #be2929

#29bebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29bebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#29bebe Color CSS Codes

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

#29bebe Text Font Color

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

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


#29bebe Background Color

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

This div background color is #29bebe


#29bebe Border Color

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

This div border color is #29bebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29bebe


Comments

No comments written yet.

Please login to write comment.