Color Hex Logo

#29cb50 Color Hex

#29CB50
(41,203,80)
0 Favorites   0 Comments

Color spaces of #29cb50

RGB 4120380
HSL0.370.660.48
HSV134°80°80°
CMYK 0.800.000.61   0.20
XYZ23.718443.762514.7863
Yxy43.76250.28830.5320
Hunter Lab66.1532-51.769233.0550
CIE-Lab72.0695-64.821249.0431

#29cb50 color RGB value is (41,203,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11001011 01010000
Octal 51 313 120
Decimal 41 203 80
Hex 29 CB 50

RGB Percentages of Color #29cb50

%12.65
%62.65
%24.69

CMYK Percentages of Color #29cb50

%80
%0
%61
%20

Triadic Colors of #29cb50

#29cb50 #5029cb #cb5029

Analogous Colors of #29cb50

#29cb50 #29cba1 #53cb29

Monochromatic Colors of #29cb50

#29cb50

Complementary Color

#29cb50 #cb29a4

#29cb50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29cb50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#29cb50 Color CSS Codes

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

#29cb50 Text Font Color

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

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


#29cb50 Background Color

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

This div background color is #29cb50


#29cb50 Border Color

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

This div border color is #29cb50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29cb50


Comments

No comments written yet.

Please login to write comment.