Color Hex Logo

#29fabb Color Hex

#29FABB
(41,250,187)
0 Favorites   0 Comments

Color spaces of #29fabb

RGB 41250187
HSL0.450.950.57
HSV162°84°98°
CMYK 0.840.000.25   0.02
XYZ44.069772.430558.6715
Yxy72.43050.25160.4135
Hunter Lab85.1061-56.504718.7002
CIE-Lab88.1754-62.038216.8635

#29fabb color RGB value is (41,250,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11111010 10111011
Octal 51 372 273
Decimal 41 250 187
Hex 29 FA BB

RGB Percentages of Color #29fabb

%8.58
%52.30
%39.12

CMYK Percentages of Color #29fabb

%84
%0
%25
%2

Triadic Colors of #29fabb

#29fabb #bb29fa #fabb29

Analogous Colors of #29fabb

#29fabb #29d1fa #29fa53

Monochromatic Colors of #29fabb

#29fabb

Complementary Color

#29fabb #fa2968

#29fabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29fabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#29fabb Color CSS Codes

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

#29fabb Text Font Color

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

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


#29fabb Background Color

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

This div background color is #29fabb


#29fabb Border Color

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

This div border color is #29fabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29fabb


Comments

No comments written yet.

Please login to write comment.