Color Hex Logo

#29ccbe Color Hex

#29CCBE
(41,204,190)
0 Favorites   0 Comments

Color spaces of #29ccbe

RGB 41204190
HSL0.490.670.48
HSV175°80°80°
CMYK 0.800.000.07   0.20
XYZ31.801647.374956.1833
Yxy47.37490.23490.3500
Hunter Lab68.8294-37.9783-0.2160
CIE-Lab74.4289-42.6648-4.5033

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

#29ccbe hex color red value is 41, green value is 204 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #29ccbe hue: 0.49 , saturation: 0.67 and the lightness value of 29ccbe is 0.48.

The process color (four color CMYK) of #29ccbe color hex is 0.80, 0.00, 0.07, 0.20. Web safe color of #29ccbe is #33cccc. Color #29ccbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11001100 10111110
Octal 51 314 276
Decimal 41 204 190
Hex 29 CC BE

RGB Percentages of Color #29ccbe

%9.43
%46.90
%43.68

CMYK Percentages of Color #29ccbe

%80
%0
%7
%20

Triadic Colors of #29ccbe

#29ccbe #be29cc #ccbe29

Analogous Colors of #29ccbe

#29ccbe #2989cc #29cc6d

Monochromatic Colors of #29ccbe

#29ccbe

Complementary Color

#29ccbe #cc2937

#29ccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29ccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#29ccbe Color CSS Codes

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

#29ccbe Text Font Color

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

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


#29ccbe Background Color

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

This div background color is #29ccbe


#29ccbe Border Color

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

This div border color is #29ccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29ccbe


Comments

No comments written yet.

Please login to write comment.