Color Hex Logo

#29fbc5 Color Hex

#29FBC5
(41,251,197)
0 Favorites   0 Comments

Color spaces of #29fbc5

RGB 41251197
HSL0.460.960.57
HSV165°84°98°
CMYK 0.840.000.22   0.02
XYZ45.489773.497064.6121
Yxy73.49700.24780.4003
Hunter Lab85.7304-55.313715.3264
CIE-Lab88.6842-60.118712.4235

#29fbc5 color RGB value is (41,251,197).

#29fbc5 hex color red value is 41, green value is 251 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #29fbc5 hue: 0.46 , saturation: 0.96 and the lightness value of 29fbc5 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11111011 11000101
Octal 51 373 305
Decimal 41 251 197
Hex 29 FB C5

RGB Percentages of Color #29fbc5

%8.38
%51.33
%40.29

CMYK Percentages of Color #29fbc5

%84
%0
%22
%2

Triadic Colors of #29fbc5

#29fbc5 #c529fb #fbc529

Analogous Colors of #29fbc5

#29fbc5 #29c8fb #29fb5c

Monochromatic Colors of #29fbc5

#29fbc5

Complementary Color

#29fbc5 #fb295f

#29fbc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29fbc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#29fbc5 Color CSS Codes

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

#29fbc5 Text Font Color

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

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


#29fbc5 Background Color

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

This div background color is #29fbc5


#29fbc5 Border Color

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

This div border color is #29fbc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29fbc5

Related Colors


Comments

No comments written yet.

Please login to write comment.