Color Hex Logo

#29caab Color Hex

#29CAAB
(41,202,171)
0 Favorites   0 Comments

Color spaces of #29caab

RGB 41202171
HSL0.470.660.48
HSV168°80°79°
CMYK 0.800.000.15   0.21
XYZ29.385745.652845.7912
Yxy45.65280.24320.3778
Hunter Lab67.5669-40.61007.1150
CIE-Lab73.3197-46.90584.1561

#29caab color RGB value is (41,202,171).

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

The process color (four color CMYK) of #29caab color hex is 0.80, 0.00, 0.15, 0.21. Web safe color of #29caab is #33cc99. Color #29caab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11001010 10101011
Octal 51 312 253
Decimal 41 202 171
Hex 29 CA AB

RGB Percentages of Color #29caab

%9.90
%48.79
%41.30

CMYK Percentages of Color #29caab

%80
%0
%15
%21

Triadic Colors of #29caab

#29caab #ab29ca #caab29

Analogous Colors of #29caab

#29caab #2999ca #29ca5b

Monochromatic Colors of #29caab

#29caab

Complementary Color

#29caab #ca2948

#29caab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29caab Color Preview on White Background

Lorem ipsum dolor sit amet.

#29caab Color CSS Codes

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

#29caab Text Font Color

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

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


#29caab Background Color

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

This div background color is #29caab


#29caab Border Color

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

This div border color is #29caab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29caab


Comments

No comments written yet.

Please login to write comment.