Color Hex Logo

#29bcbc Color Hex

#29BCBC
(41,188,188)
0 Favorites   0 Comments

Color spaces of #29bcbc

RGB 41188188
HSL0.500.640.45
HSV180°78°74°
CMYK 0.780.000.00   0.26
XYZ27.974840.068753.8366
Yxy40.06870.22950.3288
Hunter Lab63.2998-31.8882-6.1163
CIE-Lab69.5184-36.0211-10.7044

#29bcbc color RGB value is (41,188,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10111100 10111100
Octal 51 274 274
Decimal 41 188 188
Hex 29 BC BC

RGB Percentages of Color #29bcbc

%9.83
%45.08
%45.08

CMYK Percentages of Color #29bcbc

%78
%0
%0
%26

Triadic Colors of #29bcbc

#29bcbc #bc29bc #bcbc29

Analogous Colors of #29bcbc

#29bcbc #2973bc #29bc73

Monochromatic Colors of #29bcbc

#29bcbc

Complementary Color

#29bcbc #bc2929

#29bcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29bcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#29bcbc Color CSS Codes

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

#29bcbc Text Font Color

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

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


#29bcbc Background Color

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

This div background color is #29bcbc


#29bcbc Border Color

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

This div border color is #29bcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29bcbc


Comments

No comments written yet.

Please login to write comment.