Color Hex Logo

#29ccca Color Hex

#29CCCA
(41,204,202)
0 Favorites   0 Comments

Color spaces of #29ccca

RGB 41204202
HSL0.500.670.48
HSV179°80°80°
CMYK 0.800.000.01   0.20
XYZ33.168047.921463.3787
Yxy47.92140.22960.3317
Hunter Lab69.2253-35.6193-5.8248
CIE-Lab74.7753-39.2560-10.4811

#29ccca color RGB value is (41,204,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11001100 11001010
Octal 51 314 312
Decimal 41 204 202
Hex 29 CC CA

RGB Percentages of Color #29ccca

%9.17
%45.64
%45.19

CMYK Percentages of Color #29ccca

%80
%0
%1
%20

Triadic Colors of #29ccca

#29ccca #ca29cc #ccca29

Analogous Colors of #29ccca

#29ccca #297dcc #29cc79

Monochromatic Colors of #29ccca

#29ccca

Complementary Color

#29ccca #cc292b

#29ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#29ccca Color CSS Codes

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

#29ccca Text Font Color

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

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


#29ccca Background Color

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

This div background color is #29ccca


#29ccca Border Color

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

This div border color is #29ccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29ccca


Comments

No comments written yet.

Please login to write comment.