Color Hex Logo

#29fab4 Color Hex

#29FAB4
(41,250,180)
0 Favorites   0 Comments

Color spaces of #29fab4

RGB 41250180
HSL0.440.950.57
HSV160°84°98°
CMYK 0.840.000.28   0.02
XYZ43.338372.137954.8199
Yxy72.13790.25450.4236
Hunter Lab84.9340-57.553421.1856
CIE-Lab88.0349-63.585620.2635

#29fab4 color RGB value is (41,250,180).

#29fab4 hex color red value is 41, green value is 250 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #29fab4 hue: 0.44 , saturation: 0.95 and the lightness value of 29fab4 is 0.57.

The process color (four color CMYK) of #29fab4 color hex is 0.84, 0.00, 0.28, 0.02. Web safe color of #29fab4 is #33ffcc. Color #29fab4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11111010 10110100
Octal 51 372 264
Decimal 41 250 180
Hex 29 FA B4

RGB Percentages of Color #29fab4

%8.70
%53.08
%38.22

CMYK Percentages of Color #29fab4

%84
%0
%28
%2

Triadic Colors of #29fab4

#29fab4 #b429fa #fab429

Analogous Colors of #29fab4

#29fab4 #29d8fa #29fa4c

Monochromatic Colors of #29fab4

#29fab4

Complementary Color

#29fab4 #fa296f

#29fab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29fab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#29fab4 Color CSS Codes

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

#29fab4 Text Font Color

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

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


#29fab4 Background Color

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

This div background color is #29fab4


#29fab4 Border Color

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

This div border color is #29fab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29fab4


Comments

No comments written yet.

Please login to write comment.