Color Hex Logo

#29ccbc Color Hex

#29CCBC
(41,204,188)
0 Favorites   0 Comments

Color spaces of #29ccbc

RGB 41204188
HSL0.480.670.48
HSV174°80°80°
CMYK 0.800.000.08   0.20
XYZ31.584447.288055.0398
Yxy47.28800.23590.3531
Hunter Lab68.7663-38.35580.6813
CIE-Lab74.3736-43.2184-3.5029

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11001100 10111100
Octal 51 314 274
Decimal 41 204 188
Hex 29 CC BC

RGB Percentages of Color #29ccbc

%9.47
%47.11
%43.42

CMYK Percentages of Color #29ccbc

%80
%0
%8
%20

Triadic Colors of #29ccbc

#29ccbc #bc29cc #ccbc29

Analogous Colors of #29ccbc

#29ccbc #298bcc #29cc6b

Monochromatic Colors of #29ccbc

#29ccbc

Complementary Color

#29ccbc #cc2939

#29ccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29ccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#29ccbc Color CSS Codes

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

#29ccbc Text Font Color

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

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


#29ccbc Background Color

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

This div background color is #29ccbc


#29ccbc Border Color

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

This div border color is #29ccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29ccbc


Comments

No comments written yet.

Please login to write comment.